Commit Graph

14 Commits

Author SHA1 Message Date
Andre Wanlin 093ef4c5b3 Improved formatting and content
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-24 08:48:24 -05:00
Andre Wanlin 445460e2d1 Updates to the To Do List permission tutorial
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-24 08:37:22 -05:00
Fredrik Adelöw 8b7d96e6b9 small correction in the permissions docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-24 09:19:17 +02:00
Harry Hogg b939494552 Fixed import in docs
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2022-10-18 13:32:48 +01:00
Harry Hogg 24fb30fdb3 Updated permissions documentation to match paramsSchema changes
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2022-10-18 13:00:27 +01:00
MT Lewis e17332b291 docs: fix toQuery method in custom rules permissions docs
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-10-10 15:35:16 +01:00
MT Lewis 7506c95e94 docs: fix incorrect import in frontend permission integration docs (#13816)
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-09-23 13:05:55 +01:00
Joon Park 6c027cdab2 Frontend authorization docs for plugin authors (#11034)
* 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>
2022-09-22 14:06:23 +01:00
Joon Park ff08f1d14e Frontend permission docs for integrators (#11039)
* Frontend permission docs for integrators

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

* Update docs/permission/frontend-integration.md

Co-authored-by: Joe Porpeglia <josephp@spotify.com>
Signed-off-by: Joon Park <joonp@spotify.com>

Signed-off-by: Joon Park <joonp@spotify.com>
Co-authored-by: Joe Porpeglia <josephp@spotify.com>
2022-09-21 13:56:37 +01:00
Andre Wanlin 07fa501761 Minor updates to the Pemissions docs
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-09-12 15:12:50 -05: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
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