Ryan Littlefield

Results 7 comments of Ryan Littlefield

I think they are using a third party javascript library that seems to require javascript to run. It appears to be the same thing used by starbucks login, if that...

I think https://paragonie.com/ would be a good place to start since Scott Arciszewski is the author of the original PHP reference implementation. I don't know if they would be willing...

So it looks like the answer to this question that I didn't have before, is no. the PASETO standard recently added v3 and v4, plus the work to support PASERK...

If you have a public token, try passing in purpose='public' to the `paseto.parse` call. If you pass "local", it will be expecting a local type token.

Not sure if you had any luck with this. I'm guessing this is because we don't have messages for some of these exceptions. I've added this issue to track this:...

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...

Another version with the speed improvements can be found here: https://github.com/warner/python-pure25519/blob/master/misc/djbec.py