Open afonso-pereira opened 1 year ago
The Python logto guide requires a Python Version higher or equal to 3.10 The protected decorator requires wraps
Python recognizes a syntax error in the example code for home page, specifically on the concatenation with `return (
client.getIdTokenClaims().model_dump_json(exclude_unset=True) + "<br>" # Fetch user info from Logto userinfo endpoint (await client.fetchUserInfo()).model_dump_json(exclude_unset=True) + "<br><a href='/sign-out'>Sign out</a>" )`
Furthermore, the part of this code that requires log in to be seen, does not properly display when accessing the / route
hey @afonso-pereira I'd like to work on this issue
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
The Python logto guide requires a Python Version higher or equal to 3.10 The protected decorator requires wraps
Python recognizes a syntax error in the example code for home page, specifically on the concatenation with
`return (
Get local ID token claims
Furthermore, the part of this code that requires log in to be seen, does not properly display when accessing the / route