Add default clients (#105)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* Add the possibility to create client enabled by default when creating new accounts * Can mark clients are granted for all users, regardless of users accounts grants Reviewed-on: #105
This commit is contained in:
@ -20,7 +20,7 @@ serde = { version = "1.0.159", features = ["derive"] }
|
||||
bcrypt = "0.14.0"
|
||||
uuid = { version = "1.2.2", features = ["v4"] }
|
||||
mime_guess = "2.0.4"
|
||||
askama = "0.11.1"
|
||||
askama = "0.12.0"
|
||||
futures-util = "0.3.27"
|
||||
urlencoding = "2.1.2"
|
||||
rand = "0.8.5"
|
||||
|
Reference in New Issue
Block a user