Hello.
I need some help on how to properly implement the oauth feature into my login view. I am getting a link to my api url, and I can login into discord, but when it asks me to open an "external app" (ios), it doesn't do anything.
This is my code for logging in:
const handleOAuth2Login = (provider: OAuthProvider) => {
try {
const data = account.createOAuth2Session(provider)
return Linking.openURL(`${data}`)
} catch (error) {
console.log(error)
}
}
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...