Cameron Ingham
Cameron Ingham
Thanks for bringing this up! I had a conversation with the creator of https://github.com/lvauvillier/nexus-plugin-shield and the way we discussed handling this is by having a token interface that at least...
Interesting thought too about passing an optional parameter to the plugin. Possible can be done by leveraging generics? Looking into it 😄
@kylejreed I was able to look into this a bit more this morning and this is what I've come up with: ```typescript function genSignature(object: T) { const keys = Object.keys(object)...
Thanks @homerjam for PR #58 which gives a decent workaround for the time being! Release v1.4.0 includes his changes which adds a setting for declaring the token type as a...
All PRs are welcome 😄 I think having the option to protect all paths would be great!
@yovanoc, The latest release, v1.1.0 https://github.com/Camji55/nexus-plugin-jwt-auth/releases/tag/v1.1.0 adds a setting to pass in custom `verify` logic. I'll leave this Issue open for the time being because I would like to get...
> May I also suggest making the `appSecret` argument optional? If one implements any non-secret-based JWT verification (as is the case with @AzSiAz and myself), the secret isn't used in...
Alacritty: Issue #20 Added into version 0.4.1.
VSCode: Issue #7 Added into version 0.9.0
Sublime Text Atom Added into version 0.9.0