Skip to content

v1.0.0

Compare
Choose a tag to compare
@Aldiwildan77 Aldiwildan77 released this 16 Mar 09:59
· 19 commits to master since this release

Change Log

[1.0.0] - Initial Release

Features Added:

  1. Discord SSO: We implemented the OAuth 2.0 authentication flow, allowing users to sign in using their Discord account.
  2. Login Callback: Handles the OAuth callback after user authentication, exchanging the authorization code for an access token.
  3. Refresh Token with Referer: To enhance security, we have added support for refreshing access tokens based on referer validation.
  4. 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