* Frontend authorization docs for plugin authors
Signed-off-by: Joon Park <joonp@spotify.com>
* Wording changes
Signed-off-by: Joon Park <joonp@spotify.com>
* Clarify name of example create permission variable
Signed-off-by: Joon Park <joonp@spotify.com>
* Refactor todo list frontend code to reduce diff
Signed-off-by: Joon Park <joonp@spotify.com>
* API reports
Signed-off-by: Joon Park <joonp@spotify.com>
Signed-off-by: Joon Park <joonp@spotify.com>
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>
* 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>