https://github.com/mukul273/springboot-basic-authentication
Spring Boot with basic Authentication
https://github.com/mukul273/springboot-basic-authentication
basic-authentication spring spring-boot spring-security
Last synced: about 1 month ago
JSON representation
Spring Boot with basic Authentication
- Host: GitHub
- URL: https://github.com/mukul273/springboot-basic-authentication
- Owner: mukul273
- Created: 2019-04-23T23:25:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T23:48:22.000Z (about 7 years ago)
- Last Synced: 2025-04-10T13:36:18.893Z (about 1 year ago)
- Topics: basic-authentication, spring, spring-boot, spring-security
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is demonstration of Spring Boot with Basic Authentication
The server uses port 8090 (Please feel free change)
You may want to use POSTMAN for checking your response. One thing to note here when you are switching between no Auth and Basic Auth in Postman,
make surr you are clearing cookies.
To access this application in POSTMAN you will have to use
https://localhost:8090/security url.
SecurityConfig may not be required as I have commented out the code to demonstrate that it is one way to
configure the security.