Skip to content

Use of Access Tokens for API calls #408

Answered by kenjis
rlefever asked this question in Q&A
Discussion options

You must be logged in to vote

How to authenticate a raw_token sent as Bearer

See TokenAuth filter:

public function before(RequestInterface $request, $arguments = null)

Seems like that would mean the User would have to send credentials each time before the token lookup.

The access token is the credential.

The docs state that if you lose the raw_token it cannot be retrieved and the token would have to be revoked and another issued.

Where is the docs?

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@rlefever
Comment options

@kenjis
Comment options

Answer selected by rlefever
Comment options

You must be logged in to vote
3 replies
@rlefever
Comment options

@kenjis
Comment options

@kenjis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants