tauri-plugin-oauth-session 0.1.0

Tauri plugin that drives OAuth flows through ASWebAuthenticationSession on iOS and Chrome Custom Tabs on Android.
Documentation
{
	"name": "tauri-app-example",
	"version": "0.0.0",
	"private": true,
	"type": "module",
	"scripts": {
		"dev": "vite dev",
		"build": "vite build",
		"preview": "vite preview",
		"tauri": "tauri",
		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
	},
	"dependencies": {
		"@tauri-apps/api": "^2"
	},
	"devDependencies": {
		"@sveltejs/adapter-static": "^3",
		"@sveltejs/kit": "^2",
		"@sveltejs/vite-plugin-svelte": "^5",
		"@tauri-apps/cli": "^2",
		"svelte": "^5",
		"svelte-check": "^4",
		"typescript": "^5",
		"vite": "^6"
	}
}