stonith404 / pocket-id

A simple OIDC provider that allows users to authenticate with their passkeys to your services.
BSD 2-Clause "Simplified" License
221 stars 2 forks source link

🐛 Bug Report: Unable to create first user #2

Closed wjbeckett closed 1 month ago

wjbeckett commented 1 month ago

Reproduction steps

Create compose file, update .env with the correct url for my instance, start the container. Access https:///login/signup and click "Continue".

Expected behavior

I should be able to create a user

Actual Behavior

I get an error which reads: "Token is invalid or expired"

stonith404 commented 1 month ago

I think you've opened the wrong URL. You should open http://<your-domain>/login/setup.

wjbeckett commented 1 month ago

Ah. Yes. That'll do it. 🤣