firebaseauth

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetClaims

func GetClaims(ctx context.Context) (map[string]any, bool)

FirebaseAuthのJWTClaimsの値を取得

func GetUserID

func GetUserID(ctx context.Context) string

FirebaseAuthのユーザーIDを取得

func NewClient

func NewClient(projectID string) *auth.Client

Types

type Middleware

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

func NewMiddleware

func NewMiddleware(sFirebaseAuth Service, optional bool) *Middleware

func (*Middleware) Handle

func (m *Middleware) Handle(next http.Handler) http.Handler

Firebase認証をする

type Service

type Service interface {
	Authentication(
		ctx context.Context,
		ah string,
	) (string, map[string]any, error)

	SetCustomClaims(
		ctx context.Context,
		userID string,
		claims map[string]any,
	) error
}

func NewService

func NewService(cFirebaseAuth *auth.Client) Service

func NewServiceDebug

func NewServiceDebug(cFirebaseAuth *auth.Client, dummyClaims map[string]any) Service

Jump to

Keyboard shortcuts

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