Releases: mocha-bot/mochus
Releases · mocha-bot/mochus
v1.0.7
Change Log
Fix:
- Allow refresh and revoke with 307 to retain POST data
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Change Log
Fix:
- Allow one of the tokens to be sent in the revoke mechanism
Full Changelog: v1.0.5...v1.0.6
v1.0.5
v1.0.4
v1.0.3
Change Log:
Features:
- Allow CORS with credentials by default
- Allow optional configurable CORS settings
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Change Log:
Fix:
- Allow HTTP only for cookie requests (with credentials)
- Allow CORS for cross-site processing
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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