oauthUseCase

package
v0.0.0-...-0bb06ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Superuser ...
	Superuser = "superuser"
	// User ...
	User = "user"
)

Variables

This section is empty.

Functions

func NewUseCase

func NewUseCase(
	repository oauthDomain.Repository,
	sampleExtServiceUseCase sampleExtServiceDomain.SampleExtServiceUseCase,
	kafkaProducer oauthDomain.KafkaProducer,
) oauthDomain.UseCase

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(cnf *config.Config, sessionStore sessions.Store) *Service

NewService returns a new Service instance

func (*Service) ClearUserSession

func (s *Service) ClearUserSession() error

ClearUserSession deletes the user session

func (*Service) GetFlashMessage

func (s *Service) GetFlashMessage() (interface{}, error)

GetFlashMessage returns the first flash message

func (*Service) GetUserSession

func (s *Service) GetUserSession() (*oauthDomain.UserSession, error)

GetUserSession returns the user session

func (*Service) SetFlashMessage

func (s *Service) SetFlashMessage(msg string) error

SetFlashMessage sets a flash message, useful for displaying an error after 302 redirection

func (*Service) SetSessionService

func (s *Service) SetSessionService(r *http.Request, w http.ResponseWriter)

SetSessionService sets the request and responseWriter on the session service

func (*Service) SetUserSession

func (s *Service) SetUserSession(userSession *oauthDomain.UserSession) error

SetUserSession saves the user session

func (*Service) StartSession

func (s *Service) StartSession() error

StartSession starts a new session. This method must be called before other public methods of this struct as it sets the internal session object

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL