Releases: azutoolkit/authority
Releases · azutoolkit/authority
Release v1.4.5
adds step
Release v1.4.4
Adds 32 length secret
Release v1.4.3
Testing prereleases
Release v1.4.2
Adds automatic releases
v1.4.1: [v1.4.v1] Adds Missing Device Code Flow Spec (#6)
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)
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
v1.2: V1.2 - Register new user (#2)
* 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)
* 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