Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

oauth crud endpoint personal backend token_id #53

Description

@emphasize

This is a bit confusing:

token_id is historically a combination of the strings below

f"{device_uuid}|{oauth_client_id}:{oauth_app_id}"

to identify an oauth app in the database

the backend client expects token_id (# and below) preformatted as argument.
Don't require the caller to preformat and therefor poll the device uuid

If on the other hand only {oauth_client_id}:{oauth_app_id} (=oauth_id dubbed here) is expected, personal-backend # is missing to format the complete id.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions