tulip/server
2024-02-15 15:08:54 +00:00
..
auth_test.go Replace session with single login cookie, just use strings for user ids 2024-02-09 15:24:40 +00:00
auth.go Fix claim perm typo 2024-02-13 18:47:59 +00:00
conf.go Pass config directly to server 2023-10-10 18:06:43 +01:00
db.go Improve underlying types and start writing edit page 2023-09-07 11:45:16 +01:00
edit.go Switch to SameSiteLaxMode 2024-02-15 14:44:25 +00:00
home.go Switch to SameSiteLaxMode 2024-02-15 14:44:25 +00:00
id_token.go Rollback database with no new data 2024-02-15 12:59:51 +00:00
jwt.go Use JWT access tokens 2024-02-10 16:23:07 +00:00
login.go Switch to SameSiteLaxMode 2024-02-15 14:44:25 +00:00
mail.go Replace session with single login cookie, just use strings for user ids 2024-02-09 15:24:40 +00:00
manage-apps.go Replace session with single login cookie, just use strings for user ids 2024-02-09 15:24:40 +00:00
manage-users.go Replace session with single login cookie, just use strings for user ids 2024-02-09 15:24:40 +00:00
oauth.go Replace session with single login cookie, just use strings for user ids 2024-02-09 15:24:40 +00:00
otp.go Replace session with single login cookie, just use strings for user ids 2024-02-09 15:24:40 +00:00
server_test.go Add mailer and output true user info 2023-09-24 18:24:16 +01:00
server.go Remove session library 2024-02-15 15:08:54 +00:00