Disco DeDisco
|
41f4ff1725
|
new apps.lyric.authenticate model PasswordlessAuthenticationBackend and authenticate() function help determine Token authenticity, login to existing accounts, or create new ones; associated .tests.test_authentication class asserts this functionality; apps.lyric.models & .tests.models now handles token uid instead of id, completing the transition away from email-as-pk
|
2026-01-30 19:10:17 -05:00 |
|
Disco DeDisco
|
4b1906b1ee
|
new apps.lyric.urls, .tests.test_views files to test & execute mock email sending; apps.lyric.models, .tests.test_models now test & execute unique token autogen to integrate w. magic link login using only email; core.settings updated w. new urlpatterns to accommodate
|
2026-01-30 16:21:32 -05:00 |
|
Disco DeDisco
|
d724e03c3c
|
custom user model that maintains id as pk
|
2026-01-30 15:04:47 -05:00 |
|
Disco DeDisco
|
a734901b80
|
started lyric app (in earnest this time); added bootstrap-classed navbar w. login form to base.html; tweaked apps.dashboard.tests.test_views to accomodate multiple forms on same page
|
2026-01-29 15:21:54 -05:00 |
|