akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

refresh-token not supported on Django's end #54

Open eranzim opened 4 years ago

eranzim commented 4 years ago

Hi! After a few minutes in the frontend, the token should (and does) time-out, but then the refresh token should kick in and allow more time on the same token, so that the user doesn't need to log back in every 5 minutes. The frontend code indeed sends these refresh-token requests, but there is no code in the Django backend to handle these HTTP requests... This makes it impossible to use this bundle in production.

developer-cormatix commented 4 years ago

yes, Refresh-token code is missing. and basic api should provide refresh token feature.