Python get_claims support

Hi guys, I was reading the new docs about the new asymmetric signing, and saw the new method getClaims which allows you to verify the jwt locally without an extra request to the auth server. Unfortunately I cant find this method in the Python library and was really hoping it would be there. Any reason why its only for Javascript and any tips on what i can do instead? Thanks
3 Replies
silentworks
silentworks2w ago
This has been available in the Python code around the same time it was added to the JS code. I opened a PR 2 weeks back that hasn't been merged as yet https://github.com/supabase/supabase/pull/37549
GitHub
docs(python): add get_claims method by silentworks · Pull Request ...
I have read the CONTRIBUTING.md file. YES What kind of change does this PR introduce? Docs update: add the get_claims method to the Python reference docs. What is the current behavior? Please link ...
d rose
d roseOP2w ago
THANK YOU!!!! So its just a documentation issue and it works the exact same way? @silentworks
silentworks
silentworks2w ago
Yes it should

Did you find this page helpful?