Skip to content

Commit

Permalink
feat: add max_ttl to sessionStore
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlorentx committed Jun 11, 2024
1 parent 8a9cfa6 commit 2d78838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/behaviours/session_store.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ defmodule Behaviours.SessionStore do
{:ok, String.t()} | :error

@callback session_ids_for_user(user_id :: String.t()) :: list()
@callback max_ttl(user_id :: String.t()) :: String.t() | nil
end

0 comments on commit 2d78838

Please # to comment.