-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fba1822
commit c10027f
Showing
9 changed files
with
98 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.1.0] - 2024-03-31 | ||
|
||
### Features | ||
|
||
- Initial `axum` support ([#83](https://github.com/DDtKey/protect-endpoints/pull/83)) | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Remove unused file ([#85](https://github.com/DDtKey/protect-endpoints/pull/85)) | ||
|
||
### Refactor | ||
|
||
- Move impl of `GrantsLayer` to core crate ([#84](https://github.com/DDtKey/protect-endpoints/pull/84)) | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [0.1.0] - 2024-03-31 | ||
|
||
### Bug Fixes | ||
|
||
- Reference in README.md | ||
- Url typos in README.md | ||
|
||
### Documentation | ||
|
||
- Add base documentation | ||
- Fix typos and add some examples to README | ||
- Update description | ||
- Update example and README.md | ||
- Add example using httpauth + JWT | ||
- Add downloads badge | ||
- Add a description of the 403 response through Guards ([#9](https://github.com/DDtKey/protect-endpoints/pull/9)) | ||
- Example of custom fallback endpoint for Scope with Guard | ||
- Update readme structure | ||
- Add 'how to use' section ([#18](https://github.com/DDtKey/protect-endpoints/pull/18)) | ||
- Update links to the repo ([#47](https://github.com/DDtKey/protect-endpoints/pull/47)) | ||
- Add links to images in readme ([#49](https://github.com/DDtKey/protect-endpoints/pull/49)) | ||
|
||
### Features | ||
|
||
- Minimal ready version | ||
- Add guard option for validate authorities | ||
- Support custom types for permissions/roles ([#25](https://github.com/DDtKey/protect-endpoints/pull/25)) | ||
- Introduce core crate with tower implementation ([#82](https://github.com/DDtKey/protect-endpoints/pull/82)) | ||
- Initial `axum` support ([#83](https://github.com/DDtKey/protect-endpoints/pull/83)) | ||
|
||
### Miscellaneous Tasks | ||
|
||
- Upd README.md | ||
- Add build cache | ||
- Add logo | ||
- Merge `rocket-grants` into the repo | ||
|
||
### Refactor | ||
|
||
- [**breaking**] Remove using of Arc in extractors ([#1](https://github.com/DDtKey/protect-endpoints/pull/1)) | ||
- [**breaking**] Change `authoritites` to `permissions` everywhere for more clarity | ||
- Move impl of `GrantsLayer` to core crate ([#84](https://github.com/DDtKey/protect-endpoints/pull/84)) | ||
|
||
### Build | ||
|
||
- Switch to workspace ([#43](https://github.com/DDtKey/protect-endpoints/pull/43)) | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters