phricardorj / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.


Languages

Language:Java 100.0%