Log In with Glitch

Hi! This are the docs for Login With Glitch version 2.0.

To start, redirect your users to https://login-with.glitch.me/auth?u=[your_redirection_url]

After the user completes verification, they will be redirected to your redirection URL with the "key" URL parameter. Just grab it and fetch our endpoint https://login-with.glitch.me/api/check?id=[KEY] to get the user's username.

Run demo