-
Q1. ```유저의 로그인 여부를 어떻게 확인하나요?```
과제를 해결하면서 점점 제가 이해한게 맞는지 의문점이 들어 질문드려봅니다.
제가 이해한 바는 다음과 같습니다.
MyAnswer. ```CSRFToken 으로 확인한다```
CsrfViewMiddleware 가 CSRFToken 을 확인한 후,
유효하지 않으면 403 Forbi…
ghost updated
4 years ago
-
External user's login key is effectively their password, even though they cannot choose it themselves and we embed it in the urls so it will appear in the browsers history.
However, i couldn't thin…
-
This is more a question than a bug report, as I believe the answer is not necessarily in Celery's hands.
My context is the following: I'm running many tasks (100,000) which are very short (on average…
sposs updated
2 years ago
-
Hi,
Regarding the moment after clicking "Sign In" and before completing the 2FA form:
As addressed by issue #8, I know that going to any page other than "two-factor-authenticate" takes the user …
-
Hi,
my setup is
* OS Type: Debian
* OS Version: 11
* Database Type: MySQL
* Database version: 10.5.23
* Modoboa: 2.3.2
* installer used: No
* Webserver: Nginx
# Steps to reproduce
Some…
-
[`django_otp.device_classes`](https://github.com/django-otp/django-otp/blob/8e30f75ed888523a2d0a68324ff81b27a77a0c3b/src/django_otp/__init__.py#L160) does not consider proxy models, as a result it yie…
-
It'd be nice to have a setting to set which fields are returned in the token. For instance, I like to use non-sequential user_ids.
-
I am trying to upgrade pretax to ver 4.20 but am getting the error shown below.
(venv) pretix@localhost:~$ pip3 install -U --upgrade-strategy eager pretix gunicorn
Requirement already satisfied: p…
-
How to use other OTP provider like - msg91
-
hotp can sometimes generate a token of n-1 digits if the nth digit is a 0 due to the modulo:
https://github.com/django-otp/django-otp/blob/c18b38d6d673e1a9bc9b4ecefe5904e9583d4e92/src/django_otp/oath…