SOOD

Results 6 comments of SOOD

I have been trying to implement Azure AD into my application, I get the access token from Microsoft however when I try to send the `convert-token` request. I get the...

Just for clarity, the `accessToken` that comes back from Microsoft is 2500 characters long. Can we increase the `max_length` to a higher number, maybe something like 5000?

@wagnerdelima - Sorry to bother - I would very much appreciate your input here. I want to avoid creating a separate issues if possible as I believe the context to...

I fixed this in my forked codebase. https://github.com/ex8/social-core/tree/fix-bug - I have been using that for the time being.

I am also wondering this, does this library work for DRF Generic Views? Edit: https://github.com/rsinger86/drf-access-policy/issues/37

I have tried this and this is not possible without forking this library and adding the functionality in yourself. I would advise implementing your own auth solution where you store...