Use a single admin token in argon2 for /admin authentication #8
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/admin_token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
close #1
There is now a dedicated admin hash passed in env var at runtime that is used for /admin routes authentication. This is like what Vaultwarden is using for the admin. This enforces the separation between admin role and user role, and a clear separation of users and admin inventories.