Central authentication server
Go to file
2024-07-28 20:54:21 +01:00
.github/workflows Update go version 2024-02-09 22:42:08 +00:00
client-store Start adding sqlc and migration support 2024-06-02 16:30:17 +01:00
cmd/lavender Add debug logging mode 2024-07-27 23:09:38 +01:00
database SQL: GetAppList missing perms 2024-06-02 16:30:18 +01:00
issuer Store userinfo fields to prevent errors with userinfo endpoint 2024-02-22 12:41:21 +00:00
logger Transition to new logger 2024-05-13 20:33:25 +01:00
openid Allow multiple oauth domain uris 2024-07-27 22:26:00 +01:00
pages Move manage apps and users forms into separate templates 2024-06-02 16:30:17 +01:00
password Add oauth support 2024-02-07 01:18:17 +00:00
scope Add oauth support 2024-02-07 01:18:17 +00:00
server Add extra logging for oauth HandleAuthorizeRequest 2024-07-28 20:54:21 +01:00
test-client Add extra logging for oauth HandleAuthorizeRequest 2024-07-28 20:54:21 +01:00
utils Improve page templates and custom template loading 2024-06-02 16:30:11 +01:00
.gitignore Improve page templates and custom template loading 2024-06-02 16:30:11 +01:00
go.mod Add jwks support and update mjwt library 2024-07-27 21:46:58 +01:00
go.sum Add jwks support and update mjwt library 2024-07-27 21:46:58 +01:00
initdb.go Start adding sqlc and migration support 2024-06-02 16:30:17 +01:00
LICENSE.txt Add readme, license and testing workflow 2023-10-09 23:51:35 +01:00
README.md Add readme, license and testing workflow 2023-10-09 23:51:35 +01:00
sqlc.yaml Start adding sqlc and migration support 2024-06-02 16:30:17 +01:00

Lavender

An authentication source for multiple login services to be used with a frontend single page application.