Skip to content

This is the simple demonstration of secure your restful web-service with basic auth. with the help of user name and password.

License

Notifications You must be signed in to change notification settings

admindebu/Spring-Boot-Restful-Basic-Auth-Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Boot-Restful-Basic-Auth-Security

This is the simple demonstration of secure your restful web-service with basic auth. with the help of user name and password. Demo Version

Follow My YouTube Channel

Software Specification Details :

  1. Java 8
  2. Maven

Authentication Details :

username : techtalk password : debu

Post APi is not Secure , except that others are secured

as Started with /api

Post Body :

{ "customerId": 1, "customerName": "TechTalk Hello guys", "customerGender": "MALE" }

Post Url : http://localhost:8080/api/customer ( Not Secured. don't need basic auth ) Get Url : http://localhost:8080/customer ( Secured. need basic auth details - user name and password )

#Dependency Need to Add for security Only org.springframework.boot spring-boot-starter-security javax.servlet javax.servlet-api

    #YouTube #Link #Follow #Me : http://www.youtube.com/c/TechTalkDebu 
    Check the Video in my #Security playlist

About

This is the simple demonstration of secure your restful web-service with basic auth. with the help of user name and password.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages