Commit Graph

4 Commits

Author SHA1 Message Date
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
Vincenzo Scamporlino 477b6440b2 Fix export conditional utilities
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2022-07-01 23:26:38 +02:00
Vincenzo Scamporlino 1807f6a503 Permission framework docs: fix condition exports
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2022-07-01 10:52:54 +02:00
Joon Park ca98fe0b29 Rename permission docs path to plural (#11648)
* Rename permission docs path to plural

Signed-off-by: Joon Park <joonp@spotify.com>

* Update todo list plugin READMEs

Signed-off-by: Joon Park <joonp@spotify.com>
2022-05-26 14:58:19 +01:00