I have 2 things which i would like to confirm before moving forward with the workaround i have in mind.
When using JWT Auth with HS256 algorithm, i have a key which is less than 32 characters in length. I'm getting this error - "Error in $: Invalid JWK: Key size too small; should be at least 32 characters". So is this is an hard requirement ? or is there any trick to change this into a warning instead of an error ?
Is it possible for us to customise the Hasura Console Authentication from admin secret ? for lets say to SSO or anything ?