grafana/pkg/services/auth
Karl Persson 8bcd9c2594
Identity: Remove typed id (#91801)
* Refactor identity struct to store type in separate field

* Update ResolveIdentity to take string representation of typedID

* Add IsIdentityType to requester interface

* Use IsIdentityType from interface

* Remove usage of TypedID

* Remote typedID struct

* fix GetInternalID
2024-08-13 10:18:28 +02:00
..
authimpl Chore: Remove unused function TryRotateToken (#85836) 2024-04-10 11:15:43 +02:00
authtest Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
gcomsso Chore: Move identity and errutil to apimachinery module (#89116) 2024-06-13 07:11:35 +03:00
idimpl Identity: Remove typed id (#91801) 2024-08-13 10:18:28 +02:00
idtest [authn]: add GetIDClaims() to Requester (#91387) 2024-08-02 12:36:02 +03:00
jwt JWT: Find login and email claims with JMESPATH (#85305) 2024-03-28 17:25:26 +01:00
auth.go Chore: Remove unused function TryRotateToken (#85836) 2024-04-10 11:15:43 +02:00
id.go [authn]: add GetIDClaims() to Requester (#91387) 2024-08-02 12:36:02 +03:00