My first Spring Boot project. A simple authentication server.
Instructions for the Demo
The demo uses SwaggerUI. It shows the different endpoints of the the authorization api. You can click on each to open a menu that shows request and r…
My first Spring Boot project. A simple authentication server.
Instructions for the Demo
The demo uses SwaggerUI. It shows the different endpoints of the the authorization api. You can click on each to open a menu that shows request and response schema. Click “Try it out” to test that endpoint. Use the /auth/demo-register endpoint to create a demo account with the admin role.. In the response headers will be the JWT. Copy that key, click on the lock icon, and paste it in. Now, it will be passed into every endpoint you call so you can test the others out. Please look at the README, it tells you about every one of the endpoints.
README was ai generated