Skip to content

Commit

Permalink
add client_secret comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKoutek authored Sep 14, 2024
1 parent cfb5002 commit 3be5d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/seznam.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def auth_init():
async def auth_callback(request: Request):
"""Verify login"""
with sso:
user = await sso.verify_and_process(request, params={"client_secret": CLIENT_SECRET})
user = await sso.verify_and_process(request, params={"client_secret": CLIENT_SECRET}) # <- "client_secret" parameter is needed!
return user


Expand Down

0 comments on commit 3be5d2e

Please sign in to comment.