Skip to content

Releases: nishantonline1/django-rest-framework-passwordless

MAX WRONG ATTEMPT

21 Mar 05:45
c692cca

Choose a tag to compare

What's Changed

Full Changelog: 1.6.3...1.6.4

New version release

23 Jan 15:05
7ee9d99

Choose a tag to compare

Merge pull request #10 from anish5256/master

change version

Allow device type to be different and set it None

23 Jan 15:03
da39087

Choose a tag to compare

Merge pull request #9 from anish5256/master

Allow deive type to be different

1.6.1

18 Dec 10:45
d25561f

Choose a tag to compare

What's Changed

  • added user, device_id and device_type to readonly fields and setup version upgrade by @wick-prat in #8

New Contributors

Full Changelog: 1.6.0...1.6.1

Bug fix made User and device id unique together

20 Oct 05:09
5c5ca32

Choose a tag to compare

Merge pull request #6 from anish5256/master

Update version to 1.6.0

Add AuthToken Support and Device ID/Type to DRFPasswordless

05 Oct 06:42
d527820

Choose a tag to compare

This PR introduces the following changes to the DRFPasswordless repository: AuthToken Support: Integrated the AuthToken app from the Django Rest Framework (DRF) into DRFPasswordless to enable token-based authentication for passwordless login. This will allow the app to issue and manage tokens for authenticated sessions. Device Information: Added support for device ID and device type fields to enhance user authentication and security. The device ID is a 64-character unique identifier to distinguish user devices. The device type field records the type of device (e.g., mobile, tablet, etc.) being used, providing better context for authentication events. These changes are aimed at improving the security and usability of DRFPasswordless, enabling token-based authentication while supporting multi-device management. Key Changes: Integrated AuthToken app for token support. Added new fields: device_id (64-character unique identifier). device_type (specifies the type of device). Updated necessary views and serializers to handle the new fields and token support. This enhancement will make the DRFPasswordless library more versatile, especially for apps that rely on token-based authentication systems and device tracking. Please review the changes and suggest any improvements.

Adding Support for Django 4

17 Aug 06:42

Choose a tag to compare

Adding Support for Django 4 in sync with the parent package.