Skip to content

Releases: mocha-bot/mochus

v1.0.7

17 Mar 16:50
Compare
Choose a tag to compare

Change Log

Fix:

  1. Allow refresh and revoke with 307 to retain POST data

Full Changelog: v1.0.6...v1.0.7

v1.0.6

17 Mar 16:34
Compare
Choose a tag to compare

Change Log

Fix:

  1. Allow one of the tokens to be sent in the revoke mechanism

Full Changelog: v1.0.5...v1.0.6

v1.0.5

17 Mar 16:24
Compare
Choose a tag to compare

Change Log

Fix:

  1. Get user by token using cookie

Full Changelog: v1.0.4...v1.0.5

v1.0.4

17 Mar 15:56
Compare
Choose a tag to compare

Change Log

Fix:

  1. Change allow methods by config

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Mar 15:51
Compare
Choose a tag to compare

Change Log:

Features:

  1. Allow CORS with credentials by default
  2. Allow optional configurable CORS settings

Full Changelog: v1.0.2...v1.0.3

v1.0.2

17 Mar 15:31
Compare
Choose a tag to compare

Change Log:

Fix:

  1. Allow HTTP only for cookie requests (with credentials)
  2. Allow CORS for cross-site processing

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 Mar 10:04
Compare
Choose a tag to compare

Change Log:

  1. Add Dockerfile for service image registry

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Mar 09:59
Compare
Choose a tag to compare

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