Add JWT auth
This commit is contained in:
@@ -14,4 +14,9 @@ database {
|
||||
name = "Notes"
|
||||
user = "test"
|
||||
password = "test"
|
||||
}
|
||||
|
||||
jwt {
|
||||
secret = "thisisasecret"
|
||||
secret = ${?SECRET}
|
||||
}
|
||||
Reference in New Issue
Block a user