Skip to content

System token service #18369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

System token service #18369

wants to merge 3 commits into from

Conversation

NobodysNightmare
Copy link
Contributor

This seeder is not about generically seeding
OAuth applications (which is also a thinkable use case),
but rather specifically for the builtin mobile app.
We want to offer API tokens comparable to the personal access tokens
that a user can have, but on the system-level.

To facilitate code reuse for validating them, the idea is that those
tokens will be associated to a builtin OAuth application. This means
validation of tokens can happen through existing means, because the
tokens will technically just be client credential tokens of that app.
@NobodysNightmare NobodysNightmare marked this pull request as draft March 19, 2025 08:00
@NobodysNightmare NobodysNightmare deleted the system-token-service branch April 22, 2025 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant