-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Im trying to change alg but when i do all Urls stops working because it reverting back to /api/auth/jwks
not /api/auth/convex/jwks
because its gets override by JWT that i just added in Plugins
plugins: [
// The Convex plugin is required for Convex compatibility
convex(),
jwt({
jwks: {
keyPairConfig: {
alg: 'ES256'
}
}
})
]
i think we should make it simple to modify and customize at least ALG of jwk because default is not support by some 3rd Party that tries to verify token
erquhart
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request