You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be pretty cool to have examples showcasing authentication implementation in both Tauri and Electron for developing Native apps with React. Or even React Native, though I am not too familiar with it.
Key differences to highlight:
Tauri: Employs a custom protocol with deep linking and a straightforward API. It can also be integrated with a Vite application. Electron: Similarly handles authentication via deep linking, typically using custom protocol handlers for OAuth flows (if I'm not mistaken).
I'm opening this issue as a suggestion. I understand there's ongoing development, is just that I never saw an auth project tackle this aspect (with native).
The text was updated successfully, but these errors were encountered:
Would be pretty cool to have examples showcasing authentication implementation in both Tauri and Electron for developing Native apps with React. Or even React Native, though I am not too familiar with it.
Key differences to highlight:
Tauri: Employs a custom protocol with deep linking and a straightforward API. It can also be integrated with a Vite application.
Electron: Similarly handles authentication via deep linking, typically using custom protocol handlers for OAuth flows (if I'm not mistaken).
I'm opening this issue as a suggestion. I understand there's ongoing development, is just that I never saw an auth project tackle this aspect (with native).
The text was updated successfully, but these errors were encountered: