We have one monolithic application having more than 10 services like user management, fleet booking, feedback and etc developed on spring rest.
We want to migrate to Microservices(Spring Boot + Cloud + Netflix OSS).
Below are my questions : How can we implement security for all our rest services (with own user database)? How to implement api gateway from security stand point ?