-
-
Notifications
You must be signed in to change notification settings - Fork 7
Roadmap to v2 #12
Copy link
Copy link
Open
Labels
tracking-issueLong living issuesLong living issues
Metadata
Metadata
Assignees
Labels
tracking-issueLong living issuesLong living issues
This is a living document. If you want to suggest changes or get involved head over to the discussion.
If you are happy to implement a feature on the following list, leave a comment in the issue that is specific for the todo. If no issue exists yet, you are welcome to create one.
To further improve the developer experience, API and features of this crate the following things should be done to release
v2.0.0ofaxum-gate.API changes
CookieTemplatebuilder pattern should be updated by addingwith_prefix to all builder functions. This should clearly separate the builder functions from getters of an instance.Gate::bearerbuilder pattern for a static token is currently not straight forward. A static token does not require anissuerorcodec.Gateconstructors should not contain theissuerandcodec. Instead, these functions should be added as builder functions likewith_issuerandwith_codecfor better readability and API clarity.Feature changes/updates
aws_lc_rsfeatureRateLimitGateimplementationIpFilterGateimplementationCorsGateimplementationSecurityHeadersGateimplementationUserAgentGateimplementationIpBanGateimplementationPenetrationDetectionGateimplementationAccountRepository::query_all_accountsGroupRepositorytrait for dynamic group usageAccountIdis used as internal primary identifierIntegrations
Community & Management