mirror of
https://github.com/readest/readest.git
synced 2026-05-02 21:40:47 +00:00
Add basic user auth
This commit is contained in:
parent
3be4a26b14
commit
ed177530ac
17 changed files with 693 additions and 17 deletions
|
|
@ -28,6 +28,10 @@
|
|||
"release-macos-universial-appstore": "dotenv -e .env.tauri.local -e .env.apple-appstore.local -- bash scripts/release-mac-appstore.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fabianlars/tauri-plugin-oauth": "2",
|
||||
"@supabase/auth-ui-react": "^0.4.7",
|
||||
"@supabase/auth-ui-shared": "^0.1.8",
|
||||
"@supabase/supabase-js": "^2.47.7",
|
||||
"@tauri-apps/api": "2.1.1",
|
||||
"@tauri-apps/plugin-cli": "^2.0.0",
|
||||
"@tauri-apps/plugin-dialog": "^2.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue