Skip to content

Commit

Permalink
3.0.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
authcompanion committed Nov 9, 2023
1 parent 3e07d84 commit b8e7ccc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-beta.21](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.20...3.0.0-beta.21) (2023-11-09)

This release of AuthCompanion has two new configuration options including REGISTRATION_ORIGIN to redirect a user to a URL after registration and SAMESITE to declare if your cookie should be restricted to a first-party or same-site context.

Also, we introduce on the /refresh endpoint the ability to invalidate the user's refresh_token as a part of logging a user out.

### Features

* new configuration options ([#19](https://github.com/authcompanion/authcompanion2/issues/19)) ([3e07d84](https://github.com/authcompanion/authcompanion2/commit/3e07d84e513b69a217162421b8650b20020b7b03))



# [3.0.0-beta.20](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.19...3.0.0-beta.20) (2023-10-29)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-slim as builder

LABEL org.opencontainers.image.title="AuthCompanion"
LABEL org.opencontainers.image.version="3.0.0-beta.20"
LABEL org.opencontainers.image.version="3.0.0-beta.21"
LABEL org.opencontainers.image.description="An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication"
LABEL org.opencontainers.image.authors="Paul Fischer"
LABEL org.opencontainers.image.source=https://github.com/authcompanion/authcompanion2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authcompanion2",
"version": "3.0.0-beta.20",
"version": "3.0.0-beta.21",
"description": "An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication.",
"main": "server.js",
"type": "module",
Expand Down

0 comments on commit b8e7ccc

Please sign in to comment.