-
**Describe the bug**
The email is invalid if domain part is bigger than 63 symbols
**Examples**
```js
// Current behaviour:
const email = test@123456789012345678901234567890123456789012345678…
-
Have a project set up using the following structure,
```
./controllers/auth.ts
./validator/auth.ts
./main.ts
```
Here's a rough implementation of how the files are implemented,
./main.ts
…
-
The application identify the following email as invalid, when it is actually a valid email: `faceb__k@gmail.com`
It is also not stated anywhere in the error message on why such an email is invalid.
R…
-
In #9674 we're adding an integration test to check that all currently supported IANA.ORG domain extensions are considered valid by Piwik. This test downloads the list of all domain extensions from: ht…
-
### 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…
-
A lib está retornando que o CPF ***29075*** é invalido, quando o CPF na verdade está duplicado no banco de dados
'cpf' => ['required', 'cpf', Rule::unique('users')->whereNull('deleted_at')],
php…
-
### What would you like to see added?
The latest release includes schema validation for all datasets and sharing datasets by ORCID, two features of general interest, but the only indication unless yo…
-
Replace the current session-based authentication for API endpoints with JWT-based validation.
#### **Details**
1. **JWT Authentication Implementation**
- All API endpoints should validat…
-
The RegexValidator created by Email->getEmailValidator should be given a message similar to the EmailAddress validator, rather than the obnoxious dump of the pattern.
Related: zendframework/zend-vali…
-
Not long after we [deployed](https://github.com/IQSS/dataverse.harvard.edu/issues/294) our [Croissant implementation](https://github.com/gdcc/exporter-croissant) to [Harvard Dataverse](https://dataver…