Skip to content

Commit ae5ee15

Browse files
authored
Add role based authorisation for users (#417)
Part of #250
1 parent cb8f257 commit ae5ee15

File tree

9 files changed

+761
-129
lines changed

9 files changed

+761
-129
lines changed

Cargo.lock

Lines changed: 53 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ pyroscope_pprofrs = { version = "0.2", optional = true }
7979
uptime_lib = "0.2.2"
8080
regex = "1.7.3"
8181
argon2 = "0.5.0"
82+
futures-util = "0.3.28"
8283

8384
[build-dependencies]
8485
static-files = "0.2"

0 commit comments

Comments
 (0)