BAEL-5325: Add Spring Security login/logout API with Springdoc (#13027)
* BAEL-5325: Add Spring Security login/logout API with Springdoc * Updated Spring version and using annotations for Basic Auth config * Added tests * Removed unused dependencies * Removed dependencies which were accidentally added. * Removed plugins which were accidentally added. * Removed property which was accidentally added.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
## Spring Security Web Springdoc
|
||||
|
||||
This module contains articles about Springdoc with Spring Security
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Documenting a Spring REST API Using OpenAPI 3.0](https://www.baeldung.com/spring-rest-openapi-documentation)
|
||||
- [Configure JWT Authentication for OpenAPI](https://www.baeldung.com/openapi-jwt-authentication)
|
||||
|
||||
### Running This Project:
|
||||
|
||||
To run the projects use the commands:
|
||||
- `mvn spring-boot:run -Dstart-class=com.baeldung.basicauth.SpringBootSpringdocBasicAuth`
|
||||
- `mvn spring-boot:run -Dstart-class=com.baeldung.formlogin.SpringBootSpringdocFormLogin`
|
||||
|
||||
Reference in New Issue
Block a user