Alex Krupp

Results 19 comments of Alex Krupp

> When a token is expired and you try to refresh it inside of the refresh interval. It does not refresh, because the refresh endpoints checks if the token is...

@Koomook > Then why refresh mechanism exists? Think about the way your bank's website works. Once you log in, you're probably allowed to keep using the site for up to...

@pmferreira3 The way we do it is every time we make a request from the front end to the API, there is a request interceptor that checks how much time...

I'm using it as a dependency for a bunch of projects. If it ever gets to the point where there are issues with the newest versions of Django or DRF...

This library comes with the ability to have a per-user UUID to use as a secret, which you can just rotate when a user changes their username. The basic concept...

In between tests, you need to do `user.refresh_from_db()`. There is basically a bug in DRF that necessitates this workaround.

@MarkusH Thanks! I'm going to take a pass on contributing this time around only because it's my last week consulting for a client whose using this as a dependency. But...

Yeah, the Google API is also where I ran into this. (Specifically doing searches using the Gmail API.)

Has anyone tried this with the experimental esbuild mode for Angular CLI, and/or have any insight as to whether this might fix or ameliorate the problem? It looks like it...