mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00

# [1.3.0](https://github.com/ReVanced/revanced-api/compare/v1.2.0...v1.3.0) (2024-10-07) ### Bug Fixes * Add missing OK response to routes ([1181be1](1181be12e2
)) * Allow more necessary HTTP methods for CORS ([080e2e5](080e2e582c
)) * Configure CORS properly to allow authorization and content-type header ([6442757](6442757927
)) * Expire token relative to current date time instead of just time ([c26e129](c26e129bda
)) * Expose www-authenticate header to JS ([9ed724e](9ed724e161
)) * Respond with JSON when returning token ([1e3e46f](1e3e46ff4f
)) * Specify a validation function to fix authentication ([53c3600](53c36002e9
)) ### Features * Add missing parameter and response documentation ([491533d](491533d3f4
)) * Customize logging level through environment variable ([8b17d88](8b17d8894d
)) * Improve response info description wording ([977d252](977d252497
)) * Only allow requests from HTTPs ([a6d7da1](a6d7da1205
))
5 lines
98 B
INI
5 lines
98 B
INI
org.gradle.parallel = true
|
|
org.gradle.caching = true
|
|
kotlin.code.style = official
|
|
version = 1.3.0
|