Skip to content

Commit

Permalink
fix: maintain Authie::Session.cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed May 4, 2022
1 parent c042e34 commit 5776421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/authie/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def get_session(controller)
end

delegate :hash_token, to: SessionModel
delegate :cleanup, to: SessionModel
end

# Backwards compatibility with Authie < 4.0. These methods were all available on sessions
Expand Down

0 comments on commit 5776421

Please sign in to comment.