Skip to content

POC using JWT to authenticate multiple services with angular and ruby

Notifications You must be signed in to change notification settings

digideskio/jwt-auth-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======= jwt-auth

POC using JWT to authenticate multiple services with angular and ruby

Instructions

User service

  cd user-service
  bundle
  bundle exec rackup -p 9001

Todo service

  cd todo-service  
  bundle
  bundle exec rackup -p 9002

Frontend

  cd frontend
  npm install
  npm start

####Access: http://localhost:8000

About

POC using JWT to authenticate multiple services with angular and ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.3%
  • Ruby 12.6%
  • HTML 3.1%