actix-jwt-auth-middleware
actix-jwt-auth-middleware copied to clipboard
JSON Webtoken (JWT) middleware for the actix-web framework
Currently, there is no explicit way of setting the designated path for the returned cookie pair, resulting in the cookie not being recognized by browsers. # Reproduction steps: Have the...
I am currently receiving the error mentioned above when I try to compile code utilizing a TokenSigner, however did not receive any such error when using a CookieSigner. This only...
Allow modifying cookie settings by passing closure with CookieBuilder to cookie_adjust in TokenSigner builder. As mentioned in https://github.com/michaelvanstraten/actix-jwt-auth-middleware/issues/24, we could change cookie settings when creating the initial access_token or refresh_token,...