All Versions
49
Latest Version
Avg Release Cycle
18 days
Latest Release
527 days ago

Changelog History
Page 4

  • v3.2.0 Changes

    January 26, 2021

    ๐Ÿ”„ Changed

    • Normalises email by making it all lower case
    • ๐Ÿ”„ Changes in handshake API
    • ๐Ÿ”„ Changes in config
    • ๐Ÿ”„ Changes in session create, verify and refresh APis
  • v3.1.0 Changes

    January 14, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Used rowmapper for in memory db
    • โž• Adds email verification APIs
    • โž• Adds user pagination APIs
    • โž• Adds timeJoined to whenever a user object is returned from an API
  • v3.0.1 Changes

    October 27, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Makes Hello API do a db query as well for better status checking
  • v3.0.0 Changes

    October 25, 2020

    ๐Ÿ”„ Changed

  • v2.5.2 Changes

    October 25, 2020

    ๐Ÿ›  Fixed

    • Issue #84 - Correct access token signing key expiry not being sent by APIs >>>>>>> master
  • v2.5.1 Changes

    October 08, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed issue of docker image hanging when run in foreground
  • v2.5.0 Changes

    October 08, 2020

    โž• Added

    • โšก๏ธ Updates the access token if blacklisting is switched on and the JWT payload has been changed somehow
    • ๐Ÿ‘ API key support
    • JWT Api Key Rotation

    โœ‚ Removed

    • Compatibility with the inefficient method for handling refresh tokens.
  • v2.4.0 Changes

    September 09, 2020

    โž• Added

    • CSRF check in refresh API
    • 0๏ธโƒฃ set csrf config to false by default
    • compatibility with CDI 2.3

    ๐Ÿ›  Fixed

    • When regenerating session, uses old access tokens' parentRefreshTokenHash1 instead of null

    ๐Ÿ”„ Changed

    • Optimises refresh token to not store old tokens in the database
    • โœ‚ removes the need for a license key
    • โœ‚ removes API Pings
  • v2.3.0 Changes

    August 11, 2020

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Makes default session expiry status code 401
    • 0๏ธโƒฃ Makes default refresh API path "/session/refresh"
    • 0๏ธโƒฃ Compatibility with CDI 2.2. Makes cookie_domain default value to not set, so that it will work with any API
    • 0๏ธโƒฃ Makes sameSite = lax by default
    • If licenseKey is missing, then dependency jars are downloaded in DEV mode
  • v2.2.3 Changes

    August 10, 2020

    ๐Ÿ”„ Changes

    • ๐Ÿ‘‰ Makes license Apache 2.0