Skip to content

kishan1301/security-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

security-jwt-auth

To run the application, please execute "docker-compose up".

API Testing Process

  1. Import "auth-APIs.postman_collection.json" provided in the project.
  2. All related APIs have been labeled like user-signup, user-sing-in, refresh-token, etc.

Swagger

Open url http://localhost:8080/swagger-ui/index.html#/ to know details of all the APIs. Manually include Authorization token in cURL requests obtained from swagger-ui.

API requirements.

APIs that requires Basic Auth, email-password based authentication. - user-signup - user-signin

APIs that requires Bearer Auth, jwt based authentication. - get-users - invalidate-token - token-refresh-jwt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published