swaggo / gin-swagger

gin middleware to automatically generate RESTful API documentation with Swagger 2.0.
MIT License
3.76k stars 270 forks source link

Add support for swagger-ui persist-authorization #195

Closed kuklyy closed 2 years ago

kuklyy commented 2 years ago

Add support for swagger-ui persist-authorization

https://github.com/swaggo/gin-swagger/issues/192

codecov[bot] commented 2 years ago

Codecov Report

Merging #195 (e2251da) into master (0bb2c39) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #195   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           91        95    +4     
=========================================
+ Hits            91        95    +4     
Impacted Files Coverage Δ
swagger.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bb2c39...e2251da. Read the comment docs.

ubogdan commented 2 years ago

@kuklyy Thanks for your contribution.