simonw / datasette-auth-github

Datasette plugin that authenticates users against GitHub
https://datasette-auth-github-demo.datasette.io/
Apache License 2.0
41 stars 7 forks source link

Not obvious how to link to /-/github-auth-start if you limit to logged in users #72

Open simonw opened 3 years ago

simonw commented 3 years ago

I followed the "allow": "*" instructions in the README and ended up with a Datasette that just showed me the 403 page everywhere, but didn't provide a link to sign into the tool.

eidorb commented 2 years ago

Is the preferred approach to use the datasette-redirect-forbidden plugin, and configure it as follows?

"datasette-redirect-forbidden": {
    "redirect_to": "/-/github-auth-start",
}