package
Version:
v0.0.0-...-c125966
Opens a new window with list of versions in this module.
Published: Oct 19, 2024
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func AuthRouter(c *fiber.App)
func GoogleRouter(app *fiber.App)
func UserRouter(app *fiber.App)
type GoogleUser struct {
Email string `json:"email"`
FamilyName string `json:"family_name"`
GivenName string `json:"given_name"`
Id string `json:"id"`
Locale string `json:"locale"`
Name string `json:"name"`
Picture string `json:"picture"`
VerifiedEmail bool `json:"verified_email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.