actix-jwt-auth-middleware icon indicating copy to clipboard operation
actix-jwt-auth-middleware copied to clipboard

JSON Webtoken (JWT) middleware for the actix-web framework

Results 3 actix-jwt-auth-middleware issues
Sort by recently updated
recently updated
newest added

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,...