mkalioby / django-passkeys

Django Authentication Backend For Passkeys
MIT License
198 stars 23 forks source link

The get_current_platform function could be more specific #45

Closed christian-thieme closed 2 weeks ago

christian-thieme commented 2 weeks ago

Instead of the current approach just return f'{ua.browser.family} / {ua.os.family}'

mkalioby commented 2 weeks ago

The current approach is much easier