Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
exclude auth routes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Sep 22, 2023
1 parent ad0361a commit 4ac9037
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
"appIDs": [
"3X5J8LXMDM.com.lukesthl.expo-supertokens"
],
"paths": [
"*"
"components": [
{
"/": "*",
"comment": "Matches all routes"
},
{
"/": "/auth/*",
"comment": "Matches any route whose path starts with /auth/",
"exclude": true
}
]
}
]
Expand Down

0 comments on commit 4ac9037

Please sign in to comment.