mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🚀 Feature: Output the urls for endpoints #484
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Node815 on GitHub.
Feature description
On the settings/admin/oidc-clients page, Next to where the OIDC client and secret credentials are displayed, make it so the defaulted OIDC paths are displayed with the mapped domain in the .env file:
Pitch
In my use case, I had to open your Github page and scroll through to the https://github.com/stonith404/pocket-id#add-pocket-id-as-an-oidc-provider link to get a hint on these.
Having the paths mapped to the domain name set in the .env file would be valuable at a glance when I have the app I'm configuring (In this case another .env file in VSCode), Having these on the same screen I'm copying from would be a huge time saver.
@stonith404 commented on GitHub:
This should be added in
v0.4.0.@Node815 commented on GitHub:
Either way I think would work :)
@stonith404 commented on GitHub:
Should the "Authorization URL" and "OIDC Discovery URL" be visible by default or would you hide it under the more details?