Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a 15 minute limit for the validity period of JWT tokens. (It is currently hardcoded, but will eventually be injected.): - Change the `SiweMessageSchema` to a function that accepts a validity period. - Pass a value to `getSiweMessageSchema` in `VerifyAuthMessageDto`. - Add test case, as well as update existing tests.
- Loading branch information