Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduced logic for expirationTime #71

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 14, 2023

  1. Introduced logic for expirationTime

    Added code for setting expirationTime to the present + 1 minute, allowing time for the user to sign the auth message with their wallet. 
    
    The previous hardcoded expirationTime risks deprecating the entire django-moralis-auth system every time it falls behind the present.
    imperorrp authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    9090188 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Removed print line

    Removed line `print(f'ExpirationTime = {expirationTime}')`, other logic remains the same
    imperorrp authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    31e0011 View commit details
    Browse the repository at this point in the history