Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
I was trying to build an application using JWT and SpringBoot, also using API for authorization from business. Is it a best practice for authentication? Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)

Basically, you can use an API gateway for authentication and authorization requests. These requests are passing through the API gateway, in which they got validate and can access only if validate the token.

I hope this will help.

Want to become a Java Expert? Join Java Certification now!!

Browse Categories

...