JWT tokens on top of the Play framework
activator Hit the /login url with basic auth: curl -i -vvv --user test:login localhost:9000/login Resend the cookie to /dosomething
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D