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,...
It seems that v0.6.0, 89d579d, fixes an issue, #25, but hasn't been pushed to crates.io yet. Would it be possible to have this newest version pushed out so we don't...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) from 0.11.2 to 0.20.2. Release notes Sourced from derive_builder's releases. v0.20.2 Allow unquoted expressions in builder(default = ...) #331 v0.20.1 Forward default type params #319 v0.20.0 Bump syn...