controllers

package
v0.0.0-...-fc827b4 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationController

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

func NewAuthenticationController

func NewAuthenticationController(
	authenticationService *authentication.AuthenticationService,
) *AuthenticationController

func (*AuthenticationController) Profile

func (c *AuthenticationController) Profile(ctx *gin.Context)

type SocialiteController

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

func NewSocialsController

func NewSocialsController(
	homePagePath string,
	signInPagePath string,
	socialiteService *socialite.SocialiteService,
	authenticationService *authentication.AuthenticationService,
) *SocialiteController

func (SocialiteController) Callback

func (c SocialiteController) Callback(ctx *gin.Context)

func (*SocialiteController) SignIn

func (c *SocialiteController) SignIn(ctx *gin.Context)

Jump to

Keyboard shortcuts

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