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

Should the alg be hardcoded here? #52

Open
raduachim opened this issue Nov 6, 2019 · 0 comments
Open

Should the alg be hardcoded here? #52

raduachim opened this issue Nov 6, 2019 · 0 comments

Comments

@raduachim
Copy link
Contributor

const token = await sign({ ...data, iat, exp }, key, { ...header, alg: schemas.algs[0] })

This overwrites anything that you send in the header (like example if you want a different alg)

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

1 participant