module

package
v0.0.0-...-8a99b67 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

AuthAllModule Provides client, service and middleware for auth

View Source
var AuthClientModule = fx.Module("auth_client",
	afx.SettingsModule,
	afx.AuthClientModule,
)

AuthClientModule Provides auth client for grpc

View Source
var AuthMiddlewareModule = fx.Module("auth_middleware",
	afx.SettingsModule,
	afx.AuthClientModule,
	afx.AuthCheckModule,
)

AuthMiddlewareModule Provides auth middleware for grpc if import this module, every grpc unary/stream will auth by {mfx.AuthCheckModule}

AuthModule Provides auth service

View Source
var SupabaseMiddlewareModule = fx.Module("supabase_middleware",
	afx.SupabaseSettingsModule,
	afx.SupabaseCheckModule,
)

SupabaseMiddlewareModule Provides supabase middleware for grpc if import this module, every grpc unary/stream will auth by supabase auth https://supabase.com/docs/guides/auth

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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