Skip to content

Commit b8e7ccc

Browse files
committed
3.0.0-beta.21
1 parent 3e07d84 commit b8e7ccc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0-beta.21](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.20...3.0.0-beta.21) (2023-11-09)
2+
3+
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.
4+
5+
Also, we introduce on the /refresh endpoint the ability to invalidate the user's refresh_token as a part of logging a user out.
6+
7+
### Features
8+
9+
* new configuration options ([#19](https://github.com/authcompanion/authcompanion2/issues/19)) ([3e07d84](https://github.com/authcompanion/authcompanion2/commit/3e07d84e513b69a217162421b8650b20020b7b03))
10+
11+
12+
113
# [3.0.0-beta.20](https://github.com/authcompanion/authcompanion2/compare/3.0.0-beta.19...3.0.0-beta.20) (2023-10-29)
214

315

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:18-slim as builder
22

33
LABEL org.opencontainers.image.title="AuthCompanion"
4-
LABEL org.opencontainers.image.version="3.0.0-beta.20"
4+
LABEL org.opencontainers.image.version="3.0.0-beta.21"
55
LABEL org.opencontainers.image.description="An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication"
66
LABEL org.opencontainers.image.authors="Paul Fischer"
77
LABEL org.opencontainers.image.source=https://github.com/authcompanion/authcompanion2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "authcompanion2",
3-
"version": "3.0.0-beta.20",
3+
"version": "3.0.0-beta.21",
44
"description": "An admin-friendly, User Management Server (with Passkeys & JWTs) - for seamless and secure integration of user authentication.",
55
"main": "server.js",
66
"type": "module",

0 commit comments

Comments
 (0)