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

[WIP] Auth plugins #155

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

[WIP] Auth plugins #155

wants to merge 11 commits into from

Conversation

gschier
Copy link
Member

@gschier gschier commented Jan 15, 2025

This PR moves all authentication handlers to plugins (currently in Rust), and updates the plugin APIs accordingly.

  • Use plugin name as HttpRequest.authenticationType
  • Add plugin runtime hooks to get auth and call auth
  • Use the same form layout (json -> jsx) logic to render auth config
  • Apply to HTTP send
  • Apply to GRPC send

# Conflicts:
#	src-tauri/src/template_callback.rs
#	src-tauri/yaak-plugins/src/events.rs
#	src-tauri/yaak_plugin_runtime/src/handle.rs
@gschier gschier changed the title Auth plugins [WIP] Auth plugins Jan 15, 2025
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