Commit Graph

4 Commits

Author SHA1 Message Date
Brian Fletcher 518e5ddcd1 addressing some code review comments
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-08-15 14:51:27 +01:00
Brian Fletcher 4c104c8056 add backticks to code references in changesets
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-07-25 12:29:52 +01:00
Brian Fletcher c240ba8f65 fix minor typo
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-07-25 12:06:48 +01:00
Brian Fletcher 2cbd533426 break identity client into an interface
The interface has changed a little instead of allowing the client to
parse out the authorization header, it takes the request object as is
to extract the identity from it how the implementation decides.

IdentityClient#authenticate is now deprecated, in favor of
IdentityApi#getIdentity.

I am leaving the IdentityClient in place deprecated so that plugins
that use this can migrate away from it.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-07-08 16:56:23 +01:00