Could someone please assist me? I want users to be able to sign in using their LinkedIn and GitHub accounts. So far, I've only implemented sign-in with Google. Thank you!
The others are just about the same...what's the problem? π§
I just want the users to be able to sign in using linkedin and GitHub
Ok and? What part are you stuck on? It's the same process as google
no am done with google button, linkedin and github account button.
Can you please clarify what you're stuck with because the process is exactly the same with all oauth2. Maybe share your code?
You basically need to put the same code and in provider, put linkedin and in the case of GitHub button github
Hey @ijay, maybe you can checkout these blogsπ https://duckwhocodes.hashnode.dev/everything-you-need-to-know-about-oauth https://dev.to/hackmamba/how-to-add-linkedin-authentication-to-a-nuxt3-application-4mf7
Thank you
Hi @ijay , is this resolved? if so, shall I close the post?
Yes thank you
[CLOSED] Authentication assist
[CLOSED] How to implement Github and Linkedin Auth
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...