Skip to content

Commit

Permalink
Releasing 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Mar 29, 2023
1 parent 63c4970 commit 540f80f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.23.1 (????-??-??)
0.23.1 (2023-03-29)
-------------------

* Fix 500 error on /authorize endpoint when using Sqlite
Expand Down Expand Up @@ -32,7 +32,6 @@ Changelog
Warning note for upgraders. This release has a database migration on the
`oauth2_tokens` table. For most users this is the largest table, some downtime
may be expected while the server runs its migrations.

* #425: Using a `client_secret` is now supported with `authorization_code`, and
it's read from either the request body or HTTP Basic Authorization header.
* The service now keeps track when issuing access tokens, whether those tokens
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curveball/a12n-server",
"version": "0.23.0",
"version": "0.23.1",
"main": "dist/index.js",
"description": "A ready-to-launch User and Authentication system for those that don't want to build it",
"scripts": {
Expand Down

0 comments on commit 540f80f

Please sign in to comment.