Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWTs and Satellizer #90

Open
0xdevalias opened this issue Sep 7, 2015 · 3 comments
Open

JWTs and Satellizer #90

0xdevalias opened this issue Sep 7, 2015 · 3 comments

Comments

@0xdevalias
Copy link

It would be super awesome if the auth side of bootzooka was using JWTs, and could support something like Satellizer as a drop in. The old cookie based auth method is a bit dated, and makes 'api first' applications outside of the browser annoyingly complicated.

Seems there was some talk on google groups about JWTs in relation to akka-http-session too.

For the backend part of JWTs:

Working on implementing this myself currently, so if you want it, happy to share the bits (won't PR unless you really want though, as I will probably be ripping out the current session stuff from mine)

@0xdevalias
Copy link
Author

Put together my version and thrown the code up as a gist if you're interested. Feel free to pick/choose/incorporate as much as you want: https://gist.github.com/alias1/316ee1a7cfc0bbe9ec8d

@adamw
Copy link
Member

adamw commented Sep 17, 2015

Thanks! I guess that would be best to add to akka-http-session, but definitely having some code ready will be useful :)

@colincgn
Copy link

colincgn commented Sep 9, 2016

Any further thoughts on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants