Raymond Penners

Results 91 comments of Raymond Penners

@chubz The existing views are already AJAX capable. There is nothing preventing you from posting data to these views from within a single-page app.

@chubz Bringing in DRF involves making all sorts of opinionated choices, which is something that is best served in a separate / standalone project built on top of allauth. The...

@Danilka With respect to this: > since the original URL was exposed and this adds no extra security, but we will skip it.) The approach taken prevents the token from...

That's in scope, though I think it is best to integrate https://github.com/requests/requests-oauthlib to do the actual dirty work...

The second form (handling errors on the fly) is the more robust one -- in edge case situations you may still bump into expired tokens when only checking against `expires_at`.

The CI pipelines are failing. Can you have a look?

If `EMAIL_ONLY_PRIMARY_LOGIN` is turned on, then what use case remains for having secondary email addresses? Because if there is no use case, then you might just as well set `ACCOUNT_MAX_EMAIL_ADDRESSES`...

... because jhouston was created 10 years ago.

Thanks! I am wondering though, can't we get rid of the "pagemore_ts" parameter you introduced? It should be possible to derive whether or not the field you sort on is...