Aurélien Bompard
Aurélien Bompard
Another way would be to cache the email address when the user logs in to Tahrir, because it's available in the profile that Ipsilon gives us. When changing it in...
For the record, in the previous version, the user's avatar was resulting from a query to libravatar with their openid identifier. That's not good either.
Done in 64c3abc69de60c728f51312568a0ab7f5c8e86c9
I see two other use cases: 3. Badges that we've decided to remove completely and that should no longer appear on people's profiles, for any reason (it was a bad...
I think we could add fields to the Yaml spec and to the database table, and then find a way to display that in the UI. Note that we should...
I'm also interested in getting this to work, STOMP libraries for Python are kinda scarce.
Yeah, it sounds reasonable, could you write the PR? I'll review it.
This error comes from authlib, please open a ticket with them. I would first try to update the authlib version to the latest available, to make sure they didn't fix...
The docs are a little better now, could you have a look at them and see if you can upgrade?
Hi! Which version of flask-oidc are you running? I don't see a logout route applied to the main app in the current code.