paragonie / paseto-io

Paseto Website
https://paseto.io
54 stars 19 forks source link

Token sandbox #1

Open paragonie-scott opened 6 years ago

Mythra commented 6 years ago

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.

paragonie-scott commented 6 years ago

Okay. I copied the docker-compose file from the Slim skeleton, btw, as I don't use Docker myself.

rlittlefield commented 6 years ago

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.

https://github.com/sjudson

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?

Mythra commented 6 years ago

Hey,

Sorry about:

  1. My PR being lost.

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 :smile:

I'll try to get this finalized this weekend, or if not at least push up what I have.

paragonie-scott commented 6 years ago

I can put together a PHP implementation very quickly and easily.

paragonie-security commented 1 year ago

Now that https://github.com/paragonie/paseto-browser.js exists, we can do this entirely client-side.