hi I need a little help related to social login via github.
everything is working fine but when user login through github and github redirects to user to home page then I want to display the github's username on front-end. but my program is not showing the username.
Note: When I try {{request.user}} then it displays admin username, which shouldn't be displayed. but when I try {{user.username}} then it displays nothing.
Can anyone help me? it is just a matter of 5 minutes if someone is experienced in it.