zees007 / cookieAuthJwt-springBoot3-springSecurity6-implementation
The server can transmit the JWT token to the browser via a cookie, and upon requesting the server-side interface, the browser automatically includes the JWT token in the cookie header. Authentication is then achieved by the server verifying the JWT token in the cookie header.
☆15Updated 5 months ago
Alternatives and similar repositories for cookieAuthJwt-springBoot3-springSecurity6-implementation:
Users that are interested in cookieAuthJwt-springBoot3-springSecurity6-implementation are comparing it to the libraries listed below
- ☆20Updated last year
- Spring boot integration testing using Testcontainers☆12Updated 3 years ago
- Unit & Integration tests for possible cases (includes repository, validation, etc.)☆33Updated last year
- Demo illustrating the usage of Spring Cloud Stream in order to integrate with Kafka Streams☆39Updated 2 weeks ago
- Two Factor Authentication Flow with Spring boot 3 and Angular