Hi everyone, I’m facing an issue while integrating...
# ory-selfhosting
b
Hi everyone, I’m facing an issue while integrating GitHub login with self-hosted ORY Kratos. After the GitHub login process is completed and I receive the user details, how can I initiate the user session in ORY Kratos to ensure a successful login?
m
Hey @busy-agent-70196 see here how to check an active session in your app: https://www.ory.sh/docs/identities/sign-in/check-session-token-cookie-api - if that is what you are asking 🤔
b
Hi @magnificent-energy-493 After successfully retrieving user details using the API https://api.github.com/user, what should be the next step? How do i start the session in Ory Kratos?