Skip to content

v1.1.0: V1.1 (#1)

Compare
Choose a tag to compare
@eliasjpr eliasjpr released this 07 Nov 19:38
· 73 commits to main since this release
46b7728
* 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