Add an auth service for minting and decoding JWTs
This commit is contained in:
parent
328f430309
commit
387e2fa490
6 changed files with 77 additions and 4 deletions
|
|
@ -11,5 +11,8 @@
|
|||
"database": {
|
||||
"url": "sqlite://",
|
||||
"echo": false
|
||||
},
|
||||
"auth": {
|
||||
"ed25519_private_key": "A base64 encoded EdDSA Private Key"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue