datasette-auth-github icon indicating copy to clipboard operation
datasette-auth-github copied to clipboard

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

Open simonw opened this issue 4 years ago • 1 comments

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.

simonw avatar Feb 22 '21 20:02 simonw

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

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

eidorb avatar Jun 19 '22 06:06 eidorb