auth: Initial JWT implementation
We'll use a JWT in the `Authorization` request header to identify the user saving a page. The token will need to be set in the _authorization token_ field in the SingleFile configuration so it will be included when uploading.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/target
|
||||
/Rocket.toml
|
||||
/jwt.secret
|
||||
/meilisearch.token
|
||||
|
||||
Reference in New Issue
Block a user