Releases: curveball/a12n-server
Releases · curveball/a12n-server
v0.14.4
v0.14.3
v0.14.2
v0.14.1
v0.14.0
- Now requires Node 14, due to the use of
fs/promises
. - The 'logout' feature will now expire any OAuth2 codes and tokens if they
were initiated by the current browser session. - The 'logout' endpoint now has support for a
continue
query parameter, to
let the user get redirected back to a new endpoint after logout. - Now using an 'ip to country' database to figure out where users are logging
in from, to aid with intrusion detection features if these ever land. - A new system that will warn the user and prevent starting if some of the
database patches have not been applied. - New database patches! Apply them before starting the new version.
v0.13.6
v0.13.5
v0.13.4
dotenv
is used for setting environment variables in development
environments.- Added an API and simple interface for seeing OAuth2 clients and adding new
ones. - Fixed a bug related to the OAuth2
authorization_code
flow that prevented
completing the process if the user used an incorrect password the first time.