You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main slmn.gg site uses the latest release which is over 100 commits old now. I've been hesitant to bring so many new changes to live, but it's about time.
The big change is that authentication is now live on the development server. Most of the return paths look like they should be fine, but it's nothing some quick patch releases couldn't fix.
Major changes coming to 1.17 are:
Discord authentication
New action system for API requests
Overhauls to the auction system (even more are needed)
Lots of new overlay changes
Lots of new internal data systems changes (though since the data server is always the latest commit it's been in production for a while)
Hero recolouring beta
This issue will track the deployment of the new version to see if anything breaks.
The text was updated successfully, but these errors were encountered:
There's an issue in the server/src/discord/auth.js file with a TODO which is required for this to work. It needs to do a similar thing to the client side to send over the correct redirect_uri in the request
The main slmn.gg site uses the latest release which is over 100 commits old now. I've been hesitant to bring so many new changes to live, but it's about time.
The big change is that authentication is now live on the development server. Most of the return paths look like they should be fine, but it's nothing some quick patch releases couldn't fix.
Major changes coming to 1.17 are:
This issue will track the deployment of the new version to see if anything breaks.
The text was updated successfully, but these errors were encountered: