Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianlars/tauri-plugin-oauth
https://github.com/fabianlars/tauri-plugin-oauth
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabianlars/tauri-plugin-oauth
- Owner: FabianLars
- License: apache-2.0
- Created: 2022-05-01T18:07:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T17:06:33.000Z (about 1 month ago)
- Last Synced: 2024-10-19T12:35:28.323Z (17 days ago)
- Language: Rust
- Size: 1.08 MB
- Stars: 87
- Watchers: 4
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE-2.0
Awesome Lists containing this project
README
# Tauri Plugin oauth
WIP
Minimalistic rust library and Tauri plugin(soon) to spawn a temporary localhost server which you redirect to from browser based oauth flows ("Login with X").
Needed because many sites such as Google and GitHub don't allow custom URI schemes ("deep link") as redirect URLs.See https://github.com/FabianLars/tauri-plugin-deep-link for an alternative based on deep linking. This one will automatically start your app if there is no open instance.