Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabianlars/tauri-plugin-oauth


https://github.com/fabianlars/tauri-plugin-oauth

Last synced: 6 days ago
JSON representation

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.