Skip to content

Tags: xyb/drf-passwordless-jwt

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add settings for names of auth header and auth cookie (#24)

* feat: add settings for names of auth header and auth cookie

* test: coverage options method

* doc: describe the usage of verify via cookie

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support python 3.12 (#20)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update readme (#17)

* chore: update readme

* fix: authuser is not compatible with Django admin

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support test accounts (#7)

`export EMAIL_TEST_ACCOUNT_a_at_test_com=123456` then (pretend) send
email to `[email protected]`, verify token using the preset value `123456`.

v0.3.0

Toggle v0.3.0's commit message
update readme

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: UNIQUE constraint failed: auth_user.username (#3)

v0.1.0

Toggle v0.1.0's commit message
passwordless login system with jwt