dh_ackergaul
vor 3 Tagen 5bbf43c1b146439ab882815c12ed6292f1d7b4df
1
2
3
4
5
6
7
8
module.exports.oauth = {
    useNewAuthentication: false,
    issuer: "http://localhost:3000/auth",
    clientId: "furnplan-web-f46f4caf",
    clientSecret: "8195fdedd03527ac14f88ac61a30f7e94a66448a453e6e993d61dc241e7727bf",
    redirectUri: "http://localhost/auth/callback",
    "postLogoutRedirectURIs": ["http://localhost/auth/login"]
};