io.github.positionpal.location.application.sessions.impl

Members list

Type members

Classlikes

class BasicUserSessionsService[F[_]](userGroupsService: UserGroupsService[F], userSessionStore: UserSessionsReader[F]) extends UserSessionsService[F]

A basic implementation of the UserSessionsService that retrieves user sessions based on their group membership.

A basic implementation of the UserSessionsService that retrieves user sessions based on their group membership.

Value parameters

userGroupsService

the service for managing user groups

userSessionStore

the store for user sessions

Attributes

Supertypes
class Object
trait Matchable
class Any