JWT: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 17: Line 17:
* [https://www.callicoder.com/spring-boot-security-oauth2-social-login-part-2/ Spring Boot OAuth2 Social Login with Google, Facebook, and Github - Part 2]
* [https://www.callicoder.com/spring-boot-security-oauth2-social-login-part-2/ Spring Boot OAuth2 Social Login with Google, Facebook, and Github - Part 2]
* [https://www.callicoder.com/spring-boot-security-oauth2-social-login-part-3/ Spring Boot OAuth2 Social Login with Google, Facebook, and Github - Part 3]
* [https://www.callicoder.com/spring-boot-security-oauth2-social-login-part-3/ Spring Boot OAuth2 Social Login with Google, Facebook, and Github - Part 3]
* [https://blog.softtek.com/en/token-based-api-authentication-with-spring-and-jwt Token-based API authentication with Spring and JWT]
* [https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-2/ Spring Boot Security JWT MySQL & React]
* [https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-2/ Spring Boot Security JWT MySQL & React]
* [https://medium.com/@dassum/securing-spring-boot-rest-api-with-json-web-token-and-jdbc-token-store-67558a7d6c29 Spring Security with JWT and JDBC Store]
* [https://medium.com/@dassum/securing-spring-boot-rest-api-with-json-web-token-and-jdbc-token-store-67558a7d6c29 Spring Security with JWT and JDBC Store]
* [https://github.com/callicoder/spring-security-react-ant-design-polls-app Spring Security React Ant Design Polls]
* [https://github.com/callicoder/spring-security-react-ant-design-polls-app Spring Security React Ant Design Polls]
* [https://blog.couchbase.com/custom-token-store-spring-securtiy-oauth2/ Spring Security Custom Token Store]
* [https://blog.couchbase.com/custom-token-store-spring-securtiy-oauth2/ Spring Security Custom Token Store]
| 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://www.baeldung.com/rest-api-spring-oauth2-angular Spring REST API OAuth2 Angular]
* [https://github.com/callicoder/spring-boot-websocket-chat-demo Spring Boot Websocket Chat]
* [https://github.com/callicoder/spring-boot-websocket-chat-demo Spring Boot Websocket Chat]
* [https://tools.ietf.org/html/rfc6749#section-6 Refreshing an Access Token]
* [https://www.baeldung.com/spring-security-oauth-jwt Spring Security OAuth JWT]
* [https://www.baeldung.com/spring-security-oauth-jwt Spring Security OAuth JWT]
* [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" |
* [https://stackoverflow.com/questions/47713209/ Creating and Verifying JWT signature using public/private key]
* [https://www.baeldung.com/spring-security-oauth2-jws-jwk JWS + JWK in a Spring Security OAuth2 Application]
* [https://www.baeldung.com/keycloak-embedded-in-spring-boot-app Keycloak Embedded in a Spring Boot Application]
* [https://medium.com/devops-dudes/securing-spring-boot-rest-apis-with-keycloak-1d760b2004e Securing Spring Boot REST APIs with Keycloak]
* [https://www.example-code.com/java/jwkset_to_jks.asp Load a JWK Set into a Java KeyStore]
* [https://www.codeproject.com/Articles/1253786/Java-JWT-Token-Tutorial-using-JJWT-Library Java JWT Token using JJWT Library]
* [https://connect2id.com/products/nimbus-jose-jwt/examples/jwk-retrieval JSON Web Key (JWK) set retrieval]
* [https://www.keycloak.org/docs-api/12.0/rest-api/ Keycloak Admin REST API]
* [https://www.keycloak.org/ Keycloak]
| valign="top" |
* [[Keycloak]]
* [[OAuth2]]
* [[OAuth]]
|}
|}

Latest revision as of 22:16, 16 January 2022

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