Add a cache layer in auth to speed up auth

This commit is contained in:
2024-03-23 00:28:27 +08:00
parent 211959167a
commit b69ac44885
11 changed files with 202 additions and 69 deletions

View File

@ -1,5 +1,3 @@
debug = true
name = "Goatpass"
maintainer = "SmartSheep Studio"
@ -12,6 +10,10 @@ content = "uploads"
use_registration_magic_token = false
[debug]
database = false
print_routes = false
[external.firebase]
credentials = "dist/firebase-certs.json"
@ -32,3 +34,4 @@ refresh_token_duration = 2592000
[database]
dsn = "host=localhost dbname=hy_identity port=5432 sslmode=disable"
prefix = "identity_"
bolt = "uploads/bolt.db"