[ buster ]
[ ソース: djoser ]
パッケージ: python-djoser (1.4.0-1)
python-djoser に関するリンク
Debian の資源:
djoser ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
REST implementation of Django authentication system
Djoser library provides a set of Django Rest Framework views to handle basic actions such as registration, login, logout, password reset and account activation. It works with custom user model.
Instead of reusing Django code (e.g. PasswordResetForm), it reimplementes a few things to fit better into a Single Page App architecture.
Supported authentication backends are:
* HTTP Basic Auth (Default) * Token based authentication from Django Rest Framework
その他の python-djoser 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-django (>= 1.7)
- 高レベル Python ウェブ開発フレームワーク (Python 2 版)
-
- dep: python-djangorestframework (>= 3)
- Web APIs for Django, made easy