issues
search
aaronn
/
django-rest-framework-passwordless
Passwordless Auth for Django REST Framework
MIT License
717
stars
155
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Python 3.7+ & DRF 3.10+
#40
aaronn
closed
4 years ago
0
Update tox.ini
#39
aaronn
closed
4 years ago
1
PASSWORDLESS_USER_MOBILE_FIELD_NAME doesn't work for anything other than 'mobile'
#38
jws
opened
4 years ago
0
don't default verified fields to True on user creation
#37
jws
closed
4 years ago
0
Bump django from 2.1.7 to 2.1.11
#36
dependabot[bot]
closed
4 years ago
0
- change check email to mobile for configuring mobile
#35
ysinjab
closed
4 years ago
0
Generate tokens in a cryptographically secure way
#34
RealOrangeOne
closed
4 years ago
0
Major security concern
#33
charleshan
closed
4 years ago
3
Add PASSWORDLESS_EMAIL_NOREPLY_ADDRESS example
#32
charleshan
closed
4 years ago
0
No way to handle failed sending of callback tokens
#31
xc212
opened
5 years ago
1
invalidate_previous_tokens should be post_save to avoid infinite recursion
#30
lee-hodg
closed
4 years ago
2
No support for i18n
#29
abaart
opened
5 years ago
0
Added test to check email length in to_alias field
#28
Alig1493
opened
5 years ago
1
Fix DataError on to_alias field name for long emails
#27
roman-karpovich
closed
2 years ago
0
Unable to send you a login code. Try again later.
#26
afansv
closed
4 years ago
3
there is no possibility use custom sms sender
#25
Nemo-Illusionist
opened
5 years ago
4
Add AllowAny permission to the auth token request callback
#24
bwesen
closed
5 years ago
0
ObtainAuthTokenFromCallbackToken lacks AllowAny permissions
#23
bwesen
closed
5 years ago
1
Lock the password only, if the user was created
#22
SuperNascher
closed
5 years ago
0
Introduce a way to override how auth tokens are created
#21
aleffert
closed
4 years ago
3
Support other authentication backends
#20
aleffert
closed
4 years ago
7
Set unuseable password in AbstractBaseObtainAuthToken
#19
SuperNascher
closed
5 years ago
2
Update Travis matrix
#18
kevin-brown
closed
5 years ago
1
Invalid field name(s) for model User: 'mobile'.
#17
manishhub9
closed
5 years ago
2
allowing PhoneNumberField to be read as well
#16
fritzvd
closed
5 years ago
2
typo in readme.
#15
fritzvd
closed
5 years ago
0
2018 Maintance Updates
#14
djstein
closed
6 years ago
11
Settings Option for more Secure Login URL over 6 Digit Token
#13
djstein
opened
6 years ago
1
Absolute Paths vs Relative Paths
#12
djstein
closed
6 years ago
2
Change serializer to use email as username when creating User
#11
jakeprem
closed
5 years ago
2
Cannot resolve keyword 'mobile' into field
#10
zessbaa
closed
5 years ago
2
urlResolver depreciated cannot import
#9
davidcalle3141
closed
6 years ago
1
on delete parameter missing on user = models.ForeignKey(settings.AUTH_USER_MODEL, related_name=None)
#8
davidcalle3141
closed
6 years ago
4
DataError on to_alias field name (254 > 40)
#7
roman-karpovich
closed
4 years ago
11
merge url reverse and on_delete fix from @sslash
#6
dkdndes
closed
6 years ago
1
on_delete required on AUTH_USER_MODEL foreign key
#5
sslash
closed
6 years ago
3
Default Django user model doesn't work
#4
SilvioMessi
closed
5 years ago
8
Callback token being more than 6 digits would be a great
#3
chachra
closed
6 years ago
1
Does it work with non-US mobile numbers?
#2
petrejonn
closed
6 years ago
2
Not sure what's causing this error message
#1
EvanZ
closed
6 years ago
8
Previous