hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
238 stars 160 forks source link

feat: add JWT Explicit typing basic support #3600

Closed mishasizov-SK closed 1 year ago

mishasizov-SK commented 1 year ago

Title: Add JWT Explicit typing basic support

Summary:

https://www.rfc-editor.org/rfc/rfc8725.html#section-3.11

codecov[bot] commented 1 year ago

Codecov Report

Merging #3600 (46aeecb) into main (e841db5) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3600      +/-   ##
==========================================
+ Coverage   86.77%   86.78%   +0.01%     
==========================================
  Files         355      355              
  Lines       48713    48732      +19     
==========================================
+ Hits        42269    42291      +22     
+ Misses       4882     4880       -2     
+ Partials     1562     1561       -1     
Impacted Files Coverage Δ
component/models/jwt/jwt.go 100.00% <100.00%> (+1.69%) :arrow_up: