Notion OAuth in Remix
Hey! Has anyone managed to make Notion OAuth work in their better-auth config? I am trying to do it but I always get oauth_code_verification_failed on the client
1 Reply
i guess the error seems to be around validating the code during the flow .. i mean the code generated may not be matchin the code coming from on the query. so make sure to check state on your table and the code you get back from the oauth server