-
Notifications
You must be signed in to change notification settings - Fork 4k
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
New CS proposal: Javascript Object Signing and Encryption (JOSE) #1225
Comments
Can you please provide some example topics that you'd like to have added, that aren't already covered in the JWT cheat sheet? |
|
Cool, seems like a good idea. Any input from the other maintainers? |
I think this is a great idea!!
|
Alright then! @craigjbass do you want to take this on? |
@craigjbass do you want to work on this? |
I think I would be able to write something, but I would need some help! Some of the topics I want to cover, I'm not sure I know the answer to. |
What is the proposed Cheat Sheet about?
Javascript Object Signing and Encryption. In particular JWE.
What security issues are commonly encountered related to this area?
What is the objective of the Cheat Sheet?
To help people implement secure JWE implementations.
What other resources exist in this area?
Writing this because there seems to be very little guidance online, and some of it is contradictory.
The owasp cheatsheet has some guidance on best use of JWT (object signing) but no guidance on the usage of JWE.
The text was updated successfully, but these errors were encountered: