I've done some research on the topic. After connecting to the Kubernetes environment with a token and URL, I thought I could integrate OAuth2 with Spring Cloud Gateway directly. What is the best practice for this? Should I structure it as an Auth Service, User Service, and Gateway to progress more easily?
Do you know any resources related to this?