Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Fix returned token encoding #45

Merged
merged 2 commits into from
Feb 23, 2024
Merged

Fix returned token encoding #45

merged 2 commits into from
Feb 23, 2024

Conversation

nacx
Copy link
Member

@nacx nacx commented Feb 23, 2024

Fixes #41

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.12%. Comparing base (7e217a4) to head (a0a6255).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #45      +/-   ##
==========================================
+ Coverage   93.11%   93.12%   +0.01%     
==========================================
  Files          19       19              
  Lines        1264     1266       +2     
==========================================
+ Hits         1177     1179       +2     
  Misses         51       51              
  Partials       36       36              
Files Coverage Δ
internal/authz/oidc.go 93.54% <100.00%> (+0.05%) ⬆️
internal/oidc/token.go 100.00% <ø> (ø)

@nacx nacx requested a review from sbko February 23, 2024 15:23
@sbko sbko merged commit 90319de into main Feb 23, 2024
11 checks passed
@sbko sbko deleted the token-encoding branch February 23, 2024 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Platform1: Jwt is not in the form of Header.Payload.Signature with two dots and 3 sections
3 participants