2022-08-23-TIL
2022-08-23-TIL
Today I Learned
OAuth 2.0 Flow
- https://frontegg.com/blog/oauth-flows#:~:text=OAuth%20flows%20are%20essentially%20processes,involvement%20for%20back%2Dend%20systems.
- https://auth0.com/docs/get-started/authentication-and-authorization-flow/which-oauth-2-0-flow-should-i-use
- https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_jwt_flow.htm&type=5
- https://oauth.net/2/
- https://www.rfc-editor.org/rfc/rfc6749
- https://www.udemy.com/course/oauth-2-simplified/?referralCode=B04F59AED67B8DA74FA7
- https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow
- https://auth0.com/learn/refresh-tokens/
Ribbon
- https://cloud.spring.io/spring-cloud-netflix/multi/multi_spring-cloud-ribbon.html
Go 1.18 Generics
- https://blog.logrocket.com/understanding-generics-go-1-18/
- https://itnext.io/go-generics-vs-java-generics-48cbf0e0f333
- http://golang.site/go/article/1-Go-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D-%EC%96%B8%EC%96%B4-%EC%86%8C%EA%B0%9C
Java Generics
- https://www.geeksforgeeks.org/generics-in-java/#:~:text=Generics%20means%20parameterized%20types.,work%20with%20different%20data%20types.
- https://blogs.oracle.com/java/post/bytecode-and-generics
Testcontainers
- https://www.testcontainers.org/
This post is licensed under CC BY 4.0 by the author.