John Michael Biddulph
John Michael Biddulph
Please help, I just implemented teh LexikJWTAuthenticationBundle and I get the error: An error occurred while trying to encode the JWT token. Please verify your configuration (private key/passphrase)
Hi, I would like to set my date picker to only have future dates to be able to be selected, how can I go about doing this? Thanks
this in my code doesn't seem to be working: ``` from rest_framework_simplejwt.authentication import JWTAuthentication authentication_classes = [JWTAuthentication] ``` here's my requirements.txt: ``` asgiref>=3.7.2 django>=4.2.11 django-cors-headers>=4.3.1 djangorestframework>=3.14.0 djangorestframework-simplejwt==5.3.1 mysqlclient>=2.2.4 pillow>=10.2.0 pip>=24.0...