issues Search Results · repo:sjudson/paseto.js language:JavaScript
Filter by
28 results
(67 ms)28 results
insjudson/paseto.js (press backspace or delete to remove)The module fails to build using Node 18. I had issues compiling under Node 16 and those issues were resolved by using a
Debian-based image. Unfortunately that is not working this time. Any ideas would ...
kjvarga
- Opened on Oct 11, 2022
- #40
Hi there,
This may not be an issue with Paseto.js itself. It s hard to tell. I have successfully installed this package under
Node 16 on my local, and in the CircleCI cimg/node:16.13.0 image. However, ...
kjvarga
- 3
- Opened on Nov 12, 2021
- #39
Paseto v1/v2 is planned to be deprecated on 2022-01-01. See https://github.com/paseto-standard/paseto-spec/pull/13.
not-my-profile
- 1
- Opened on Oct 18, 2021
- #38
I m trying to load in a base64 encoded symmetric key using this code:
const encoderKey = new Paseto.SymmetricKey(new Paseto.V2());
// await encoderKey.generate();
await encoderKey.base64(encryptionKey); ...
rustyconover
- 2
- Opened on Aug 8, 2021
- #37
https://github.com/sjudson/paseto.js/blob/618da178daf5c0049d0e490212861b3debe637ac/lib/protocol/V2.js#L286-L288
You re correctly asserting that a PASETO key is only used for a given version, but from ...
paragonie-security
- 1
- Opened on Aug 5, 2021
- #35
wyzwanie
- 1
- Opened on May 13, 2021
- #34
Tracking development on main-next branch:
- [ ] high level API
- [ ] browser verification
- [x] extcrypto removal (see: https://github.com/sjudson/paseto.js/issues/31)
- [x] change from master ...
enhancement
sjudson
- 2
- Opened on Mar 15, 2021
- #33
Using Node v15.8.0
(async function () {
const encoder = new Paseto.V2();
const encoder_key = await encoder.symmetric();
console.log(encoder_key);
})().catch(e = {
console.error(e);
}); ...
rustyconover
- 5
- Opened on Mar 13, 2021
- #32
At the moment, the extcrypto.cc script [0] is used to provide two cryptographic functionalities: (i) generating RSA key
material; and (ii) loading RSA key material stored in the .pem format.
As of Node ...
sjudson
- 1
- Opened on Feb 14, 2021
- #31
I want to make an logout and therefor I want to set the token somehow to invalid or remove it, but i really don t know
how to do it? apreciating any hints.
What stands decapsulate module for?
zanzara
- 7
- Opened on Feb 7, 2021
- #30

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.