Skip to content

Releases: curveball/a12n-server

v0.15.3

23 Feb 06:42
8c51ef4
Compare
Choose a tag to compare
  • Re-releasing to for Github auto-publishing npm packages.

v0.15.2

23 Feb 06:38
38b4fe9
Compare
Choose a tag to compare
  • Added one-time-token API, allowing clients to get temporary login tokens for
    use with lost-password emails, invite emails.

v0.15.1

18 Feb 06:53
3c5c066
Compare
Choose a tag to compare
  • When updating the list group members, it's now possible to specify members
    by using absolute URIs.
  • Updated to latest curveball APIs

v0.15.0

03 Feb 02:46
302cc81
Compare
Choose a tag to compare
  • Added a 'first run' interface. If no users exist in the system at all,
    a12nserver will now drop you in a 'create admin user' interface, making the
    initial setup a LOT simpler.
  • Updated the 'create oauth2 credentials' form to be more userfriendly.
  • Fixed OAuth2 error responses.
  • Added APIs for replacing the member list of a group (PUT).
  • Added API for adding a member to a group (POST).
  • Improved some of the installation instructions.
  • Added a link from the users page back to the users list.

v0.14.4

03 Feb 02:46
8c98100
Compare
Choose a tag to compare
  • Now supports Redis as a backend for session storage, which should make this
    server a lot better when load balanced on several machines.

v0.14.3

03 Feb 02:45
bd9ad29
Compare
Choose a tag to compare
  • Updating dependencies

v0.14.2

14 Dec 18:36
ccae707
Compare
Choose a tag to compare
  • #214: continue url was not being respected in the logout flow.

v0.14.1

04 Dec 20:12
a5080a5
Compare
Choose a tag to compare
  • Updated all dependencies, fixing a highlight.js security issue.
  • Small tweaks to home document.

v0.14.0

20 Nov 20:12
c3a43ee
Compare
Choose a tag to compare
  • 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

20 Nov 05:27
2323224
Compare
Choose a tag to compare
  • New tags for semver versions on hub.docker.io.
  • Ability to specify a 'continue' URI when logging out.