Skip to content

sselvanathan/SpringSecuritySkeleton

Repository files navigation

Spring Security Skeleton

Build

  • run docker-compose
  • rename and adjust env.dev.properties.dev to env.properties
  • run application

Paths

[POST] localhost:8080/api/v1/auth/register Body: { "email": "test@gmail.com", "password": "12345", "firstname": "swoosh", "lastname": "kid" }

[POST] localhost:8080/api/v1/auth/authenticate Body: { "email": "test@gmail.com", "password": "12345" }

[GET] localhost:8080/api/v1/demo/hello Bearer Token: {$validToken}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages