This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlink-portal-api
Watch
6
Star
0
Fork
0
mirror of
https://github.com/i701/sarlink-portal-api.git
synced
2026-07-27 12:14:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
887ffbb4d01a5ca3458b100cc4968f9800a3aead
sarlink-portal-api
/
api
T
History
i701
887ffbb4d0
Build and Push Docker Images / Build and Push Docker Images (push)
Successful in 3m32s
Details
Add filter_temporary_user view to retrieve TemporaryUser by id_card or mobile
2025-04-18 13:39:57 +05:00
..
migrations
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +05:00
templates
/email
Initial commit
2025-01-20 14:33:03 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
Fixed person api checking with database user for verification
2025-04-16 13:17:35 +05:00
apps.py
Initial commit
2025-01-20 14:33:03 +05:00
authentication.py
Initial commit
2025-01-20 14:33:03 +05:00
backends.py
Initial commit
2025-01-20 14:33:03 +05:00
exceptions.py
Initial commit
2025-01-20 14:33:03 +05:00
filters.py
Refactor Docker configuration and API endpoints
2025-01-24 11:43:18 +05:00
managers.py
Refactor create_superuser method in CustomUserManager to include email parameter in user creation.
2025-04-11 12:13:28 +05:00
mixins.py
Initial commit
2025-01-20 14:33:03 +05:00
models.py
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +05:00
pagination.py
Initial commit
2025-01-20 14:33:03 +05:00
permissions.py
Initial commit
2025-01-20 14:33:03 +05:00
serializers.py
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +05:00
signals.py
registration and verify abuse WIP
2025-04-15 14:01:47 +05:00
sms.py
Add TemporaryUser model and related functionality for user registration and OTP verification
2025-04-16 11:01:43 +05:00
tasks.py
Refactor user verification to use PEOPLE_API_URL and added error handling for missing environment variable
2025-04-17 19:23:13 +05:00
tests.py
Initial commit
2025-01-20 14:33:03 +05:00
throttle.py
Initial commit
2025-01-20 14:33:03 +05:00
urls.py
Add filter_temporary_user view to retrieve TemporaryUser by id_card or mobile
2025-04-18 13:39:57 +05:00
utils.py
Initial commit
2025-01-20 14:33:03 +05:00
views.py
Add filter_temporary_user view to retrieve TemporaryUser by id_card or mobile
2025-04-18 13:39:57 +05:00