Skip to content

Commit 540f80f

Browse files
committed
Releasing 0.23.1
1 parent 63c4970 commit 540f80f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

changelog.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.23.1 (????-??-??)
4+
0.23.1 (2023-03-29)
55
-------------------
66

77
* Fix 500 error on /authorize endpoint when using Sqlite
@@ -32,7 +32,6 @@ Changelog
3232
Warning note for upgraders. This release has a database migration on the
3333
`oauth2_tokens` table. For most users this is the largest table, some downtime
3434
may be expected while the server runs its migrations.
35-
3635
* #425: Using a `client_secret` is now supported with `authorization_code`, and
3736
it's read from either the request body or HTTP Basic Authorization header.
3837
* The service now keeps track when issuing access tokens, whether those tokens

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curveball/a12n-server",
3-
"version": "0.23.0",
3+
"version": "0.23.1",
44
"main": "dist/index.js",
55
"description": "A ready-to-launch User and Authentication system for those that don't want to build it",
66
"scripts": {

0 commit comments

Comments
 (0)