demo-apps icon indicating copy to clipboard operation
demo-apps copied to clipboard

Outdated request object in django_moralis_auth

Open imperorrp opened this issue 2 years ago • 0 comments

The 'request object' in MoralisWeb3/demo-apps/tree/main/django_moralis_auth/web3_auth/views.py is outdated. (See line 32.)

Took quite a while to pinpoint this, but I was getting an authentication error: message expired while trying to incorporate this into a Django project.

Changing the expiration time to anything beyond the present fixes this, however. Recommend updating this.

imperorrp avatar Jan 14 '23 17:01 imperorrp