Skip to content

Commit

Permalink
let's keep the old id token
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed May 26, 2018
1 parent a968e76 commit 551564f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/resty/openidc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,6 @@ local function openidc_access_token(opts, session, try_to_renew)
session.data.access_token = nil
session.data.access_token_expiration = nil
session.data.refresh_token = nil
session.data.enc_id_token = nil
session.data.id_token = nil
session:save()
return nil, err
end
Expand Down

0 comments on commit 551564f

Please sign in to comment.