This commit is contained in:
Auth
2024-09-14 17:51:33 -04:00
parent 7bd191f27c
commit 17739fb988

View File

@@ -1,7 +1,7 @@
import { createClient } from "@propelauth/javascript"; import { createClient } from "@propelauth/javascript";
const authClient = createClient({ const authClient = createClient({
authUrl: "http://172.29.116.31", // Replace with your actual auth URL authUrl: "https://auth.fooddecisive.co", // Replace with your actual auth URL
enableBackgroundTokenRefresh: true // Optional enableBackgroundTokenRefresh: true // Optional
}); });