Confused about Edge functions after migrating to JWT Signing Keys

Hi there!
So I just switched to the new JWT Signing Keys and next thing I should disable "Verify JWT with legacy secret" in my Edge Function. But I'm unsure what "OFF with JWT and additional authorization logic implemented inside your function's code." means.
Should I getUser() inside my function? getClaims()?
Thanks in advance 🙂
Was this page helpful?