-
This plugin does not work at all.
```
export default {
props: ["type"],
data() {
return {
values: {
email: "",
…
-
### Feature Description
I propose adding native support for using the REMOTE_USER HTTP header as an authentication mechanism in the application. This would enable seamless integration with Single S…
-
Email validation is ignored when app is launched with release variant.
Odd that the same code built with debug variant works perfectly, as well as the other validations (telephone and empty fields).
…
-
```
344 except ImportError as e:
--> 345 raise ImportError('email-validator is not installed, run `pip install pydantic[email]`') from e
ImportError: email-validator is not installed, run…
-
I am adding a 'user' key to the token claims with the user data including its permissions. Following exactly [this](https://eadwincode.github.io/django-ninja-jwt/customizing_token_claims/) I get the t…
-
_(not sure if this is more a bug or a new feature... I'm going for the latter as I think the solution will end up being a new feature 😄 )_
At the moment we have a custom validator for the email in …
-
按说明文档启动开发环境,出现以下错误,请问一下是本地python环境问题吗?
本地安装了email_validator还是同样报错。
本地python环境:3.7
Traceback (most recent call last):
File "Src/Run/main.py", line 69, in
main()
File "Src/Run/main.py",…
-
I get this error: ErrorException in LdapAuthUserProvider.php line 117: Undefined index: fieldname
my files
config/auth.php
```
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Background: we had RFC3339 compliant time stamps, but then time zone got dropped. It is ok for pydantic, but if we exp…
-
### Description of the bug
Please see vaadin/web-components#7174. `com.vaadin.flow.data.validator.EmailValidator` has the same issue.
I noticed this, because my backend (not Java) disagreed with…