Jednak sie nie przyda jak robisz na biblotece springboota.
@srocek33 жыл бұрын
@@entliczekpentliczek
@aliciakrynne8243 жыл бұрын
thanks i was about to go cry in a corner
@CodeJava3 жыл бұрын
thanks for watching :)
@farhanafatima57744 жыл бұрын
Hey great video. I was wondering how you got the user name? did you made a call to the github api to access the user name?
@CodeJava4 жыл бұрын
I manually update the username in my GitHub profile
@farhanafatima57744 жыл бұрын
@@CodeJava no I meant in the Oauth2 flow..when it's authenticated does the email address come back in the callback? Is there a way to do that?
@CodeJava4 жыл бұрын
Yes, it does. The user's details information is included in the JSON document sent back by the authorization server (GitHub in this case). It's processed automatically by Spring.
@denisdenia2 жыл бұрын
Hello, how did you make logout function? Can't find url for logging out
@CodeJava2 жыл бұрын
the logout function is in your application, not in GitHub side.
@denisdenia2 жыл бұрын
@@CodeJava but how does it revoke the access token?
@CodeJava2 жыл бұрын
@@denisdenia it automatically revokes token based on expiration time, or you can revoke tokens explicitly when needed
@denisdenia2 жыл бұрын
@@CodeJava could you please explain how to do it explicity?
@CodeJava2 жыл бұрын
@@denisdenia using GitHub's developer settings
@badruddinmoiyyedi25063 жыл бұрын
nice nice nice
@sudarshanprajapati97423 жыл бұрын
Could you please share source code of this mini project.
@CodeJava3 жыл бұрын
I'll share when I publish an article corresponding to this video.