https://supertokens.com/ logo
y

yyogeshwar

06/19/2022, 7:41 AM
r

rp

06/19/2022, 7:43 AM
Hey!
The endpoint is exposed via the backend SDK APIs
y

yyogeshwar

06/19/2022, 7:44 AM
oks
r

rp

06/19/2022, 7:44 AM
Do you want to use the jwks method or the one where you provide a secret to the verification lib?
y

yyogeshwar

06/19/2022, 7:46 AM
i need to generate key for hasura , already did it for dev env but today rolling out prod so doing it now , this time writing down the steps also 😃
r

rp

06/19/2022, 7:47 AM
Ah right. So you can query the same endpoint you had shown me, but do it via postman and pass in the api key header with the core’s API key
The header key is “api-key”
And then, that should give you the public key info which you can give to hasura
y

yyogeshwar

06/19/2022, 7:50 AM
got it done , thanks 👍🏼