extending session whenever tags are queries – should be the case on most pages
This commit is contained in:
@@ -15,4 +15,5 @@ public interface UserService {
|
||||
Optional<UmbrellaUser> loadUser(Optional<Token> sessionToken) throws UmbrellaException;
|
||||
Optional<UmbrellaUser> loadUser(HttpExchange ex) throws UmbrellaException;
|
||||
PostBox postBox();
|
||||
Optional<UmbrellaUser> refreshSession(HttpExchange ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user