Skip to content
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

feat: Retrieval of an access token from the request body #115

Merged
merged 9 commits into from
Jul 27, 2022

Conversation

dadrus
Copy link
Owner

@dadrus dadrus commented Jul 26, 2022

closes: #25

@dadrus dadrus changed the title feat: Retrieve access token from request body feat: Retrieval of an access token from the request body Jul 26, 2022
@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #115 (269df50) into main (362a55a) will increase coverage by 0.24%.
The diff coverage is 96.82%.

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   85.55%   85.80%   +0.24%     
==========================================
  Files         146      147       +1     
  Lines        5449     5508      +59     
==========================================
+ Hits         4662     4726      +64     
+ Misses        668      664       -4     
+ Partials      119      118       -1     
Impacted Files Coverage Δ
internal/pipeline/contenttype/decoder.go 100.00% <ø> (+25.00%) ⬆️
...tors/extractors/body_parameter_extract_strategy.go 95.74% <95.74%> (ø)
.../authenticators/extractors/mapstructure_decoder.go 68.42% <100.00%> (+1.14%) ⬆️
...ernal/pipeline/authenticators/jwt_authenticator.go 89.27% <100.00%> (+0.04%) ⬆️
...thenticators/oauth2_introspection_authenticator.go 91.81% <100.00%> (+0.03%) ⬆️
internal/pipeline/contenttype/json_decoder.go 100.00% <100.00%> (+50.00%) ⬆️
...ipeline/contenttype/www_form_urlencoded_decoder.go 100.00% <100.00%> (+100.00%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@dadrus dadrus changed the title feat: Retrieval of an access token from the request body wip: Retrieval of an access token from the request body Jul 26, 2022
@dadrus dadrus changed the title wip: Retrieval of an access token from the request body feat: Retrieval of an access token from the request body Jul 27, 2022
@dadrus dadrus merged commit b336ab4 into main Jul 27, 2022
@dadrus dadrus deleted the feat/retrieve_access_token_from_body branch July 27, 2022 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support to retrieve an access token from request body
1 participant