Johnson Bidura
Results
2
comments of
Johnson Bidura
Have you managed to run your work? If so, what was the solution?
```py from gqlauth.settings_type import GqlAuthSettings, email_field, username_field, password_field AUTH_USER_MODEL = 'users.CustomUser' GQL_AUTH = GqlAuthSettings( LOGIN_REQUIRE_CAPTCHA=False, REGISTER_REQUIRE_CAPTCHA=False, JWT_TIME_FORMAT="%Y-%m-%dT%H:%M:%S", # A valid 'strftime' string for the token payload JWT_LONG_RUNNING_REFRESH_TOKEN=True, # Enable refresh...