Age | Commit message (Expand) | Author |
---|---|---|
2024-06-03 | Raise explicit error messages for more graceful handling.enable-sending-emails | Frederick Muriuki Muriithi |
2024-05-24 | Revoke refresh token, and all its children. | Frederick Muriuki Muriithi |
2024-05-24 | Check whether a refresh token has been used before•••Check whether a refresh token has been used before using it to generate a new JWT token. If the refresh token has been used previously, it should be revoked, and an error raised. As of this commit the actual revocation process hasn't been implemented. | Frederick Muriuki Muriithi |
2024-05-24 | Use monads consistently to reduce chances of errors. | Frederick Muriuki Muriithi |
2024-05-13 | Initialise JWTRefreshToken model•••Add a model for the JWT refresh tokens. | Frederick Muriuki Muriithi |