You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/10 14:51:54 UTC

[GitHub] [couchdb] atrauzzi edited a comment on issue #2648: Feature - Add JWT support

atrauzzi edited a comment on issue #2648: Feature - Add JWT support
URL: https://github.com/apache/couchdb/pull/2648#issuecomment-597125533
 
 
   For signature verification, HS256 signed, unencrypted seems to be the norm in the implementations and testers/tools I've seen.
   
   If we can get the JWT implementation you made, that should help with the transitive dependencies (base64 and jsx). I'm assuming it would also help with the `nbf` and `iat` claims as well.
   
   edit: The JWT one does validate `exp`, for what it's worth.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services