susant
Explore posts from serversTTCTheo's Typesafe Cult
•Created by susant on 8/16/2023 in #questions
Github Oauth not triggering
Thank you
12 replies
TTCTheo's Typesafe Cult
•Created by susant on 8/16/2023 in #questions
Github Oauth not triggering
and i have to replace them with github creds right
12 replies
TTCTheo's Typesafe Cult
•Created by susant on 8/16/2023 in #questions
Github Oauth not triggering
i have edited them 😂
12 replies
TTCTheo's Typesafe Cult
•Created by susant on 8/16/2023 in #questions
Github Oauth not triggering
my env file
DATABASE_URL='mysql://3qf8xyfkkrlimrykcgqt:pscale_pw_tpKk5kTHPhm4LR5OU5PjsPb7SHtN7HyxfokYp26kA@aws.connect.psdb.cloud/ecommerce?sslaccept=strict'
NEXTAUTH_SECRET="BFNRBPzezKBBC9rxcB/3/Mhc/ZAbwGvEJkvW+Z3Nk="
Github Provider
GITHUB_ID="1385d6c1396b997099b"
GITHUB_SECRET="20738ff3267afa5460c4c0749e01c3d234ec89a"
12 replies
TTCTheo's Typesafe Cult
•Created by susant on 8/16/2023 in #questions
Github Oauth not triggering
[...nextauth].ts
import NextAuth from "next-auth"
import GithubProvider from "next-auth/providers/github"
export default NextAuth({
providers: [
GithubProvider({
clientId: process.env.GITHUB_ID ?? '',
clientSecret: process.env.GITHUB_SECRET ?? '',
}),
],
})
12 replies
TTCTheo's Typesafe Cult
•Created by susant on 8/16/2023 in #questions
Github Oauth not triggering
no
12 replies