[Feature Request] API token generation for third-party service integrations #876
Closed
gitturtle697
started this conversation in
Ideas
Replies: 1 comment
-
|
Fixed with #848 |
Beta Was this translation helpful? Give feedback.
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.
-
Description:
Currently, wanderer has no way to generate API tokens from the user profile UI. This becomes a blocker when using third-party integrations (such as AdventureLog's wanderer integration) on instances where password authentication has been disabled in favor of OAuth-only login via an external provider like authentik.
Since these integrations authenticate using direct username/password credentials against the PocketBase API, OAuth-only users have no valid credentials to provide.
Proposed Solution:
Add API token generation to the wanderer user profile settings. This is a common pattern in self-hosted apps and would allow OAuth-only users to generate a static token for use with service integrations, without needing to maintain a parallel password credential or weaken their instance's auth configuration.
Use case:
Beta Was this translation helpful? Give feedback.
All reactions