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

Add ParseOption in order to skip claim validation in jwt.Parse method #286

Open
re-Tick opened this issue Mar 22, 2022 · 1 comment
Open

Comments

@re-Tick
Copy link

re-Tick commented Mar 22, 2022

I am trying to test my API's which are having different expiration time, so I had written my custom MiddlewareFunc. Claims will be validated in this custom function that's need to avoid validation in ParseWithClaims method.
If you approve this, I will make a PR for this.

@re-Tick
Copy link
Author

re-Tick commented Mar 22, 2022

I have made a PR for this issue. These changes will not effect existing flow. They just adds ParseOptions.
Please review it.

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