Conversation
|
@ganiyevuz, if you have time, can you check this version. It includes your DRF implemention and lot of enhancements previously suggested by you and other users, Also, I added an example for DRF and added couple of JS files to handle the passkey interface with the browser. I'll document these tomorrow after I move the docs to readthedocs. |
|
@mkalioby yes i will manually test both template and drf based aproach then come with updates there was some changes on my end in new custom auth backend i will include this also for drf |
|
@ganiyevuz thanks. the documentation is available at https://django-passkeys.readthedocs.io/en/v2.0/ |
|
@mkalioby i tested and aplied all my changes and for now i dont have any updates or tests left so u can finalize them in your end |
|
@ganiyevuz v2.0rc2 is released on pypi, thanks for help |
|
@mkalioby im happy to be part of it |
2.0.0
passkeysfolder and renamed the templates. thanks to @ganiyevuz and @smark-1PassKeys.html->passkeys/manage.htmlPassKeys_base.html->passkeys/base.htmlcheck_passkeys.js->passkeys/check.jspasskeys.js->passkeys/passkeys.jsmodal.html->passkeys/modal.htmlpasskeys.api) — REST endpoints for passkey registration, authentication, and management. thanks to @ganiyevuzpasskeys.api.service) — session-independent FIDO2 logic with signed state tokens. thanks to @ganiyevuzpip install django-passkeys[drf]orpip install django-passkeys[drf-jwt]. thanks to @ganiyevuz@login requiredto passkey registration views. thanks to @rafaelurbeno for reporting the issue.