I have an external app, let's call it Example. It's located at
https://Example.github.io/Example/.
I have previously had a temporary backend for signing in, which worked for personal use (as in starting up the backend when I needed). Now with Supa i would like to setup a permanent solution, so I read the authentication documentation and GitHub example, and it seams to work except for that I am redirected to the root URL (
https://example.github.io/) after signing in, so it returns 404 and the signin is lost. But I see in the Supa authentication log that my user was approved by GitHub.