-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Merge branch dev
to main
#190
Merged
Conversation
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
# [1.3.0-dev.1](v1.2.0...v1.3.0-dev.1) (2024-09-11) ### Features * Add missing parameter and response documentation ([491533d](491533d))
# [1.3.0-dev.2](v1.3.0-dev.1...v1.3.0-dev.2) (2024-09-27) ### Bug Fixes * Expire token relative to current date time instead of just time ([c26e129](c26e129))
# [1.3.0-dev.3](v1.3.0-dev.2...v1.3.0-dev.3) (2024-09-29) ### Bug Fixes * Add missing OK response to routes ([1181be1](1181be1)) * Respond with JSON when returning token ([1e3e46f](1e3e46f)) * Specify a validation function to fix authentication ([53c3600](53c3600)) ### Features * Customize logging level through environment variable ([8b17d88](8b17d88)) * Improve response info description wording ([977d252](977d252))
# [1.3.0-dev.4](v1.3.0-dev.3...v1.3.0-dev.4) (2024-09-29) ### Bug Fixes * Configure CORS properly to allow authorization and content-type header ([6442757](6442757))
# [1.3.0-dev.5](v1.3.0-dev.4...v1.3.0-dev.5) (2024-09-30) ### Bug Fixes * Allow more necessary HTTP methods for CORS ([080e2e5](080e2e5))
# [1.3.0-dev.6](v1.3.0-dev.5...v1.3.0-dev.6) (2024-10-02) ### Bug Fixes * Expose www-authenticate header to JS ([9ed724e](9ed724e)) ### Features * Only allow requests from HTTPs ([a6d7da1](a6d7da1))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request will Merge branch
dev
tomain
.