Skip to content

scottaj/dropwizard-auth-multitenancy-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard authentication, authorization, and multitenancy example

Sample code for my blog post: part 1, part 2, part 3

Running the app

  1. Run mvn package
  2. Create and migrate the DB java -jar common/target/common-1.0.jar db migrate common/config.yml
  3. Run the auth API java -jar authentication-api/target/authentication-api-1.0.jar server authentication-api/config.yml
  4. Run the main app java -jar business-api/target/business-api-1.0.jar server business-api/config.yml
  5. Go to http://localhost:8888

About

Sample code for my blog post

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published