Replies: 3 comments 4 replies
|
Yeah, I get that. It makes sense. I am wondering if there might be unintended effects though. Maybe configurable – on by default, but allow it to be disabled if for example you're testing your login providers, or want to test multiple users |
4 replies
|
I'll work on this 👋 |
0 replies
|
@eba8 this is approved and would be a useful PR. A good first cut would be configurable dev-only auto-bypass: on by default for |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, bypassing admin setup in dev mode requires visiting the
/_emdash/api/setup/dev-bypass?redirect=/_emdash/adminroute.Issue: Many developers miss this in the EmDash docs, ending up with a bunch of passkeys on their device. Besides, it is kind of annoying to have to visit a URL every time.
Suggestion:
All reactions