rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

💬 Sharing big changes with community to add them to the AdonisJs eco-system

Results 7 rfcs issues
Sort by recently updated
recently updated
newest added

### 📚 Summary The RFC introduces a new method to `RequestContract` that will allow developers to check if a signed URL _used to_ be valid, but has expired. ### ❓...

### 📚 Summary The RFC introduces an option to Encryption.encrypt that will allow developers to generate predictable encryptions. When using this option, each time that you encrypt the same value...

### Package version e2cf1926057850ef498ccceb833e01ef67bf8bc4 ### Describe the bug According to https://github.com/adonisjs/rfcs#what-the-process-is there is supposed to be a file named `0000-template.md` to be copied by RFC submitters. However, I don't see...

## Summary This proposal suggests adding many more events for common tasks in an application and details the data required for Adoscope as requested by Virk ## Links [Full rendered...

**Important: Do NOT comment on this PR. Please use the discussion thread linked above to provide feedback, as it provides branched discussions that are easier to follow. This also makes...

[**Rendered**](https://github.com/adonisjs/rfcs/blob/number-validations/active-rfcs/0000-number-validation.md) Introducing new rules for number validation. | Name | Description | | ------------- | ------------- | | `integer` | Verify that the number is an integer| | `decimal` |...

[**Rendered**](https://github.com/adonisjs/rfcs/blob/optional-session/active-rfcs/0000-optional-session.md) At the moment, any routes create a session by default. This can lead to performance issue for high traffic application and may be undesired. We should provide an easy...