lavender/server
2024-02-15 14:44:58 +00:00
..
auth.go Allow specific permissions to be sent to authorized clients and use JWT access tokens 2024-02-10 16:23:50 +00:00
conf.go Add oauth support 2024-02-07 01:18:17 +00:00
db.go Allow specific permissions to be sent to authorized clients and use JWT access tokens 2024-02-10 16:23:50 +00:00
home.go Add users button to home 2024-02-12 20:58:49 +00:00
id_token.go Use SameSiteLaxMode 2024-02-15 14:44:58 +00:00
jwt.go Transfer JWT perms properly 2024-02-14 21:35:50 +00:00
login.go Use SameSiteLaxMode 2024-02-15 14:44:58 +00:00
manage-apps.go Allow specific permissions to be sent to authorized clients and use JWT access tokens 2024-02-10 16:23:50 +00:00
manage-users.go Fix some boolean issues 2024-02-08 01:25:14 +00:00
oauth.go Add oauth support 2024-02-07 01:18:17 +00:00
roles_test.go Add oauth support 2024-02-07 01:18:17 +00:00
roles.go Allow specific permissions to be sent to authorized clients and use JWT access tokens 2024-02-10 16:23:50 +00:00
server.go Use SameSiteLaxMode 2024-02-15 14:44:58 +00:00
userinfofields.go Save client tokens for userinfo requests 2024-02-10 11:59:45 +00:00