Tag: Rest Apis
-
Two-Factor Authentication in Spring Webflux REST API
Multi-factor authentication became common practice for many cases, especially for enterprise applications or those that deal with sensitive …
-
Designing Your First REST API – Part 2
This kitty knows how to REST. This is the second part of my REST API guide, where I’ll be focusing on designing a simple API using …
-
Designing Your First REST API – Part 1
Shhh. He’s …
-
Spring Security in Action
Spring Security is a highly customizable authentication and access-control framework for Java applications, especially for Spring-based …
-
Top 7 REST API Security Threats
Internet security is a topic that has been discussed increasingly quite often by technology blogs and forums and with valid reason: the …
-
Securing REST Services With OAuth2 in Spring Boot
In this post, I will explain how we can provide security for REST services in Spring Boot. The example application is the same as the …
-
Securing a REST Service
If you’re building a REST service, then that REST service will expose some kind of data or will allow some kind of interactions with a …
●●●