-
Notifications
You must be signed in to change notification settings - Fork 938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: added the python backend guide #981
docs: added the python backend guide #981
Conversation
I was wrong, the code works. |
Hey @Chigala could you please provide the example app as well so we can test it? |
@FlxMgdnz I'm very sorry for the delay, I just saw your comment like some minutes ago. Here is the example app. https://github.com/Chigala/hanko-fastapi-guide, you can add the necessary token and then run it. while testing I used the example Next project in the repo to get the cookie token, then the # Disable SSL certificate verification
ssl_context = ssl.create_default_context()
ssl_context.check_hostname = False
ssl_context.verify_mode = ssl.CERT_NONE
jwks_client = jwt.PyJWKClient(
HANKO_API_URL + "/.well-known/jwks.json", ssl_context=ssl_context
) Maybe I should have included this in the docs too, what do you think? |
@Chigala sorry we had a bit of a delay from our side. Everything looks good, we'll be merging soon.
Yes, please. Thanks! |
@Ashutosh-Bhadauriya @FlxMgdnz I just updated the docs. I think this can be merged now. |
Thanks @Chigala, we'll merge it soon |
Description
confirmed the backend guide is working, and updated the python backend guide.
/closes #980
/claim #980