Boris Lau

Results 8 comments of Boris Lau

Is there hope for a merge at all? I see a long list of useful PRs that haven't been merged and are outdated by now.

Until this is merged, here's an easy workaround: ``` class MyMixin(): __config__ = None #

Nice, I like this solution. It works great for me, thanks! Would be nice to see that merged 👍

Sorry, no. Maybe it's not a good workaround after all ;-) Hope that this gets merged sometime soon...

It seems that the fix by @geriatricdan is already contained in the repository code, but at the wrong place: ``` var newEvent = { // REMOVED FROM HERE // type:...

The key error of the OP is not a problem anymore. But still, I don't get an email address. Even with the scopes `email` or `User.Read.All`, it's not returned by...

Hi Tomas, thanks for your reply. I tried the Graph Explorer, but couldn't get the email address out of it. Here's a temporary solution, which modifies `fastapi_sso/sso/microsoft.py`, but : ```...