v1.0.0
Change Log
[1.0.0] - Initial Release
Features Added:
- Discord SSO: We implemented the OAuth 2.0 authentication flow, allowing users to sign in using their Discord account.
- Login Callback: Handles the OAuth callback after user authentication, exchanging the authorization code for an access token.
- Refresh Token with Referer: To enhance security, we have added support for refreshing access tokens based on referer validation.
- Get User: Implemented an endpoint to retrieve user information from the authentication session.
Full Changelog: https://github.com/mocha-bot/mochus/commits/v1.0.0