i got lost at 5:00 where do i access or open that code to do that part i got all the way to there then dont know where to go u just opened new thing without showing ?
Can you please join the appwrite discord server and open up and issue tagging me (Dennis Ivy)? And explain the tech you are using with some code so I can see. In the issue mention that I said to tag me
I have a problem trying to setup Google auth, I have my appwrite instance running on the port 444, and when I try to do login the redirect url doesn't contain the port, giving me the Error 400: redirect_uri_mismatch. Has anyone had this problem? (I set the url correctly with the port in the client app and in the redirect url setting from Google)
@@Appwrite Thank you! Gosh it is Mac only 😂😂 more and more I tempted to switch to Mac, but would miss having ubuntu shell in WSL and likely some of the apps. Thanks!
appwrite don't allow a bypass of installed applications like mobile apps? App write asking to app secret but google don't provide it for Secuity reasons. does this mean i can't have google sign in on my app?
Can you ask this question in the Appwrite discord server and provide more details to what you're doing/facing? Link to discord is in the video description. Team is very responsive there :)
That tutorial doesn't explain too much for someone, who is not familiar with this exact web project. It would be better to show the whole process of implementing all of these functions, buttons and SDK libs from the very beginning of the website project existence - that is, onto plain index.html with no content included before the tutorial walk-through was recorded. It is more of an example of a ready project, with its own very specific concept of how the website and login screen should look like. Not showing the whole project idea within the video causes a few difficulties in understanding. For instance: *where* is the script responsible for triggering the handleLogin() function? I assume it's the event listener on that button, but that is not shown on the video. I had to guess it myself. There is also the following function handling logging out, which was displayed for a few seconds on the video and not mentioned completely. Poor explanation of the logging in/out concept. And I think it would be nice to add "with AppWrite" to the title of the video, because I found it looking for plain and simple explanation of Google OAuth in JavaScript. I didn't ask for 3rd party products and solutions.
You can reference the source code for the project in the attached repo. This example uses "Sign in with Apple," but the core concepts are the same. All you need to do is change the OAuthProvider: github.com/divanov11/apple-signin - Dennis Ivy
This is where the user will be sent once a user signs in with google, so it completes the sign in process on Appwrites end and generates a session for you. Remember, you Authenticate with google, but you sign in with appwrite, or whatever platform/custom build you are using. - Dennis Ivy
Finally, a tutorial that's to the point!
Is it now possible for react native apps🤔
You could use the the web SDK with react native, although we are working on finalizing a react native SDK at the moment. - Dennis Ivy
@@Appwrite thank you very much for react native sdk
Would really help, the alternative via web sdk is a mess to set up correctly.
was refresh token handling fixed? it was supposed to be stored in first log in
How to get some user information, for the purpose of displaying it on the interface, for example, the home page displays HELLO "name user"? . Thanks !
Could you put the code in the description please? I seem to have it not work properly
Yes please😅😊❤
you need to add eventlistener click to both login and logout button
thanks for the content, can you please tell me what do you use to record such smooth mouse movements?
This was very helpful and enabled me to configure some internal apps using OAUTH successfully. Thanks!
Glad it helped!! - Dennis Ivy
i got lost at 5:00 where do i access or open that code to do that part i got all the way to there then dont know where to go u just opened new thing without showing ?
it must be ur own code, bruh. he just show how to pur the code into ur code
Now that's what i wanted. Can you also make Facebook login
Facebook is useless
Getting this error
appwriteexception: user (role: guests) missing…
That happens when you first try to get a user when your not authenticated. Once you login the error goes away, so there’s nothing to worry about.
@@Appwrite after I logged in, it remains the same, what should I do
@akrahman2491 even when you refresh the page?
Yes, after create an account, I again crate a session, still got the error
Can you please join the appwrite discord server and open up and issue tagging me (Dennis Ivy)? And explain the tech you are using with some code so I can see. In the issue mention that I said to tag me
Will it work with android?
Where he chose web application you would select android
When you choose web app it will work in any browser
still waiting for 1.5 in cloud, not supported yet? I test this afternoon still throw error
I have also been waiting for Appwrite Cloud 1.5 for a long time.
1.5 on Cloud is expected very soon! @@nitinkumarme
1.5 on Cloud is expected very soon!
Bro what's that VSC theme
if i am using google as provider and login with google than how can I get user detail like profile picture of user and all ?
Hi, do you know why this error occur? "OAuth 2 parameters can only have a single value: scope"
can you help me
remove oauth scopes, save, and then go back in and readd your scopes
hey,
i have a question please,
is it free without limit of registered user ?
I have a problem trying to setup Google auth, I have my appwrite instance running on the port 444, and when I try to do login the redirect url doesn't contain the port, giving me the Error 400: redirect_uri_mismatch. Has anyone had this problem? (I set the url correctly with the port in the client app and in the redirect url setting from Google)
Is the code same for react native?Or does it change for the app?
Is it possible to bypass the allow consent since I already allowed it in my first login?
Thank you! That was very helpful! By the way what is the app you use for screen recording?
My pleasure 👊
And I use screen studio - Dennis Ivy
@@Appwrite Thank you! Gosh it is Mac only 😂😂 more and more I tempted to switch to Mac, but would miss having ubuntu shell in WSL and likely some of the apps. Thanks!
Is there a way to pass prompt parameter ? So that each time user is asked before logging in ?
Are you referring to turning off prompt notifications on the user's end?
does this work on mobile - react native expo?
Hey Great video. Also i have a question. Is it possible to use google authenticator code login to our websites ? If yes then how ?
is this works for react native as well??
Yee probably
How can we make our own backend for OAuth?
its not hard
appwrite don't allow a bypass of installed applications like mobile apps? App write asking to app secret but google don't provide it for Secuity reasons. does this mean i can't have google sign in on my app?
what do you use for your webcam ?
Logitech 4K Pro Webcam
Squircle in OBS
How do I do it with Microsoft?
I create it and client secret invisible then i remove it and created it again but same issue?
Can you ask this question in the Appwrite discord server and provide more details to what you're doing/facing?
Link to discord is in the video description. Team is very responsive there :)
vs code theme ?
Can you show us how to create master token?
to the point and quick! i like it
That tutorial doesn't explain too much for someone, who is not familiar with this exact web project. It would be better to show the whole process of implementing all of these functions, buttons and SDK libs from the very beginning of the website project existence - that is, onto plain index.html with no content included before the tutorial walk-through was recorded. It is more of an example of a ready project, with its own very specific concept of how the website and login screen should look like.
Not showing the whole project idea within the video causes a few difficulties in understanding. For instance: *where* is the script responsible for triggering the handleLogin() function? I assume it's the event listener on that button, but that is not shown on the video. I had to guess it myself. There is also the following function handling logging out, which was displayed for a few seconds on the video and not mentioned completely.
Poor explanation of the logging in/out concept. And I think it would be nice to add "with AppWrite" to the title of the video, because I found it looking for plain and simple explanation of Google OAuth in JavaScript. I didn't ask for 3rd party products and solutions.
You can reference the source code for the project in the attached repo. This example uses "Sign in with Apple," but the core concepts are the same. All you need to do is change the OAuthProvider: github.com/divanov11/apple-signin
- Dennis Ivy
What app you use for this video (screen recorder)?
Screen studio for screen, OBS for headshots. - Dennis Ivy
@@Appwrite thank you very much!
OBS
This is super helpful but considering Android why don't u integrate google sign in api instead of redirect to the browser?
Glad it helped. I'll need to look into the Android solutions and discuss this with the team - Dennis Ivy
What is the redirect url?
This is where the user will be sent once a user signs in with google, so it completes the sign in process on Appwrites end and generates a session for you. Remember, you Authenticate with google, but you sign in with appwrite, or whatever platform/custom build you are using. - Dennis Ivy
how can I get the domain
Are you referring to the callback URL? You can find this at 4:03 in the video - Dennis Ivy
Do you have the source code of this tutorial?
Not yet, I'll need to link it up - Dennis Ivy
can i get the code for this ? please someone help
I created a branch from the Apple OAuth example that you can find here: github.com/divanov11/apple-signin/tree/google-signin
Thank you help me a lot.
Can you make video: Expo react native + Social auth. With server please 🙏
could you make for react native
Noted
i was introduced to Appwrite by this video yet this video isn't explaining how to set up Appwrite 😒
There are several getting started videos on the channel now to setup an appwrite project, especially with the web SDK. Please review those
why you do oath facebook
Sorry, not understanding the question. We have a facebook OAuth option - Dennis Ivy
@@Appwrite I mean, can you make a clip about Facebook oauth sign in?
@chauquang55 ah got it. I can definitely look into that :) - Dennis Ivy
@@Appwrite thank you
he is dennis
👋
defining oath might be useful.
Thanks man
:)
Helpful, tks u!
:)
it's 7 minutes
I have not used his code ...but i am getting error like cannot get /auth/google
Can anyone tell me any possible reason for this issue .
thanks
❤🔥❤🔥❤🔥
Merci
😉
0:33
0:33 0:33
Repo is required man. otherwise its useless
Noted
Williams Christopher Davis Michelle Williams Richard
White Michael Thompson Gary Harris Anthony
Williams Donald Perez Richard Lewis Eric