Restricting API access

From a security standpoint, it is a huge taboo to permit just anyone to have access to RESTful API resources. We must devise a way to restrict access to our server to only registered and logged-in users. We will do this using Spring Security and JSON Web Tokens (JWTs).

Get Kotlin Programming By Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.