Commit 57eddcb
authored
There's a problem with new Secret API keys which mint a JWT where the
`aud` claim is the requested resource. This is confusing list admin
users in returning no users (since there's no such audience).
`service_role` never had an `aud` claim in it, so this is the proper
place to fix this.
1 parent b89bc32 commit 57eddcb
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments