Skip to content

Releases: azutoolkit/authority

Release v1.4.5

07 Dec 13:16
Compare
Choose a tag to compare
Release v1.4.5 Pre-release
Pre-release
adds step

Release v1.4.4

25 May 22:48
Compare
Choose a tag to compare
Adds 32 length secret

Release v1.4.3

18 Jan 19:16
ae4c289
Compare
Choose a tag to compare
Release v1.4.3 Pre-release
Pre-release
Testing prereleases

Release v1.4.2

15 Jan 20:31
Compare
Choose a tag to compare
Adds automatic releases

v1.4.1: [v1.4.v1] Adds Missing Device Code Flow Spec (#6)

23 Nov 14:20
4884be6
Compare
Choose a tag to compare
The Device Code grant type is used by browserless or input-constrained
devices in the device flow to exchange a previously obtained device code
for an access token.

The Device Code grant type value is
urn:ietf:params:oauth:grant-type:device_code.

v1.4.0: [v1.4] Adds Device Code Flow (#5)

23 Nov 01:15
2626a33
Compare
Choose a tag to compare
The Device Code grant type is used by browserless or input-constrained
devices in the device flow to exchange a previously obtained device code
for an access token.

The Device Code grant type value is
urn:ietf:params:oauth:grant-type:device_code.

v1.3.0

21 Nov 15:43
76cab99
Compare
Choose a tag to compare
GitBook: [#15] OAuth 2 update

v1.2: V1.2 - Register new user (#2)

09 Nov 13:51
0b6e0ae
Compare
Choose a tag to compare
* v1.2 Registers New Owner

- Renames Models to Entities
- Adds Repositories for Clients and Users
- Uses UUID for table primary keys
- Uses UUID for Client ID
- Adds Name and Logo to Clients table
- Improves templates design

v1.1.0: V1.1 (#1)

07 Nov 19:38
46b7728
Compare
Choose a tag to compare
* v1.1 Fixes Entities

Why

Adds encrypted passwords and basic User and Clients models. These changes prepare the application to allow User and Clients (Apps) registrations.

- Renames Models to Entities
- Adds Repositories for Clients and Users
- Uses UUID for table primary keys
- Uses UUID for Client ID
- Adds Name and Logo to Clients table
- Removes State and Scope from the `/token` request

v0.1.0

03 Nov 18:54
Compare
Choose a tag to compare
Bump authly version