There was an error while loading. Please reload this page.
1 parent c92f775 commit 27cef74Copy full SHA for 27cef74
1 file changed
src/types.ts
@@ -100,7 +100,6 @@ export interface SupabaseEnv {
100
* Each env var is authoritative when set: a malformed value resolves to
101
* `null` rather than falling through to the other variable.
102
*/
103
- // TODO:(kallebysantso) This should map to jose `JSONWebKeySet`
104
jwks: JsonWebKeySet | URL | null
105
}
106
@@ -109,7 +108,6 @@ export interface SupabaseEnv {
109
108
*
110
* @see https://datatracker.ietf.org/doc/html/rfc7517
111
112
-// TODO:(kallebysantso) This should be replaced by jose `JSONWebKeySet`
113
export interface JsonWebKeySet {
114
/** Array of JSON Web Keys. */
115
keys: JsonWebKey[]
0 commit comments