Ihar Hancharenka 972234cec2 m
2025-05-16 18:06:43 +03:00

29 строки
1.4 KiB
Plaintext

2024
https://reflectoring.io/spring-security-jwt/
https://habr.com/ru/companies/spring_aio/articles/909448/
https://github.com/thombergs/code-examples/tree/master/spring-security-jwt/getting-started
2022
https://habr.com/ru/post/697694/
https://habr.com/ru/post/684270/
https://gist.github.com/zmts/802dc9c3510d79fd40f9dc38a12bccfc
https://habr.com/ru/post/658973/
https://medium.com/javarevisited/spring-boot-authorization-creating-an-authorization-server-for-your-microservices-50a3aefd6ce8
https://habr.com/ru/company/otus/blog/681448/
2021
https://habr.com/ru/post/592257/
https://www.infoworld.com/article/3630107/how-to-secure-rest-with-spring-security.html
https://github.com/MTyson/spring-jwt
https://www.baeldung.com/java-jwt-token-decode
https://github.com/eugenp/tutorials/tree/master/jjwt
https://jwt.io/#encoded-jwt
2020
https://www.baeldung.com/spring-boot-swagger-jwt
https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-swagger-jwt
https://habr.com/ru/post/516638/
https://medium.com/@jaidenashmore/jwt-authentication-in-spring-boot-webflux-6880c96247c7
https://nuancesprog.ru/p/9024/
https://github.com/JaidenAshmore/spring-boot-webflux-jwt-authentication-example/tree/master
2019
https://www.tutorialspoint.com/spring_boot/spring_boot_oauth2_with_jwt.htm
https://habr.com/ru/company/otus/blog/453664/