-
Notifications
You must be signed in to change notification settings - Fork 19
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
Token sandbox #1
Comments
I've started working on this (as well as bootstrapping an initial site, and making the docker image work). I should have something up tomorrow, although it may not be the best design (since I'm not a designer), it does look decent so far. |
Okay. I copied the docker-compose file from the Slim skeleton, btw, as I don't use Docker myself. |
I've verified that the javascript version is functional enough to make some local v2 tokens. Might be enough to get a basic sandbox functioning. It seems to work really well when browserify builds it. It seems to only support v2.local tokens at the moment, but that might be enough to get a sandbox running. @securityinsanity is your sandbox one that runs live in the browser? |
Hey, Sorry about:
Work has been rather crazy lately, and honestly I've just neglected this. My example was compiling the Rust Version to Web ASM (since that's the particular one I maintained) so hopefully we could get full functionality in browser. That being said using the native nodejs one may be much simpiler 😄 I'll try to get this finalized this weekend, or if not at least push up what I have. |
I can put together a PHP implementation very quickly and easily. |
Now that https://github.com/paragonie/paseto-browser.js exists, we can do this entirely client-side. |
No description provided.
The text was updated successfully, but these errors were encountered: