JWT: Difference between revisions
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
| valign="top" | | | valign="top" | | ||
* [https://www.baeldung.com/spring-security-oauth-jwt Using JWT with Spring Security OAuth] | |||
* [https://tools.ietf.org/html/rfc6749 OAuth 2.0 Authorization Framework] | * [https://tools.ietf.org/html/rfc6749 OAuth 2.0 Authorization Framework] | ||
* [https://www.baeldung.com/rest-api-spring-oauth2-angular Spring REST API OAuth2 Angular] | * [https://www.baeldung.com/rest-api-spring-oauth2-angular Spring REST API OAuth2 Angular] | ||
Line 31: | Line 32: | ||
* [https://auth0.com/docs/api-auth/tutorials/silent-authentication Silent Authentication] | * [https://auth0.com/docs/api-auth/tutorials/silent-authentication Silent Authentication] | ||
* [https://auth0.com/docs/tokens/refresh-token/current Refresh Token] | * [https://auth0.com/docs/tokens/refresh-token/current Refresh Token] | ||
|} | |||
---- | |||
{| | |||
| valign="top" | | |||
| valign="top" | | |||
* [https://www.baeldung.com/keycloak-embedded-in-spring-boot-app Keycloak Embedded in a Spring Boot Application] | |||
* [https://www.keycloak.org/docs-api/12.0/rest-api/ Keycloak Admin REST API] | |||
|} | |} |
Revision as of 07:24, 21 February 2021
https://github.com/callicoder https://www.baeldung.com/spring-security-oauth-jwt https://spring.io/guides/tutorials/spring-boot-oauth2 https://howtodoinjava.com/spring-boot2/oauth2-auth-server https://github.com/callicoder/spring-boot-websocket-chat-demo https://github.com/callicoder/spring-security-react-ant-design-polls-app https://www.callicoder.com/spring-boot-security-oauth2-social-login-part-1 https://dzone.com/articles/secure-spring-rest-with-spring-security-and-oauth2 https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-2 https://medium.com/@dassum/securing-spring-boot-rest-api-with-json-web-token-and-jdbc-token-store-67558a7d6c29 https://github.com/callicoder?utf8=%E2%9C%93&tab=repositories&q=spring-boot-spring-security-jwt-mysql-react-app-part-2&type=&language=
References
|