Welcome back friends in this video we will going to talk about Spring Boot Basic.
What is Basic Authentication in Rest API?
This is the easiest and straight forward authentication mechanism in the Rest API Authorization technique. The client sends the credential in the following format
username: password
This credential encrypted using Base64…
Welcome back, friends! We have learned how to enable the Spring Boot default Authorization Previous Story. Now we will be going to learn how to enable Spring Boot Authorization using our own Credentials.
In order to configure our own Credential, we have to create a Spring Security configuration class which…