Skip to content

Commit

Permalink
more fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuizhuhaomeng committed Feb 16, 2023
1 parent af9540d commit 10387ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ local sha256 = (require 'resty.sha256'):new()
local function openidc_s256(verifier)
sha256:update(verifier)
local s256 = b64url(sha256:final())
sha245:reset()
sha256:reset()
return s256
end

Expand Down

0 comments on commit 10387ec

Please sign in to comment.