oscarychen / django-ninja-simple-jwt

Simple and elegant stateless JWT-based authentication built for django-ninja
MIT License
25 stars 3 forks source link

iat generation not working in windows #10

Closed smitra33 closed 10 months ago

smitra33 commented 10 months ago

Issue found in line "iat": int(time.mktime(now.timetuple())) of function encode_token of token_operations.py