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

feat: create a rust sample plugin for JWT authorization. #133

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

pweiber
Copy link
Contributor

@pweiber pweiber commented Nov 27, 2024

This plugin is a JWT authorization showcase.

Technically, this is performed by ensuring that the request query string has a valid signed JWT. If it is valid it will be removed from the URL.

This example contains only a Rust version.

Note:
Added a new test file for the Rust version to avoid some conflicts due to the c++ log regex version, let me know if that's fine.

@pweiber pweiber requested a review from a team as a code owner November 27, 2024 20:39
Copy link

snippet-bot bot commented Nov 27, 2024

Here is the summary of changes.

You are about to add 1 region tag.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

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

Successfully merging this pull request may close these issues.

1 participant