Documentation ¶
Index ¶
- func CheckAuthorizationa(c *fiber.Ctx) error
- func EmailExist(c *fiber.Ctx) error
- func GithubCallBack(c *fiber.Ctx) error
- func GithubLogin(c *fiber.Ctx) error
- func GoogleCallBack(c *fiber.Ctx) error
- func GoogleLogin(c *fiber.Ctx) error
- func LogIn(c *fiber.Ctx) error
- func LogOut(c *fiber.Ctx) error
- func RefreshToken(c *fiber.Ctx) error
- func SetLoginCookies(user_id string, c *fiber.Ctx) (access_token string, refresh_token string, error_message string, err error)
- func SetRefreshCookies(user_id string, refresh_token_id string, used_time int, c *fiber.Ctx) (access_token string, refresh_token string, error_message string, err error)
- func Setup(app fiber.Router)
- func SignUp(c *fiber.Ctx) error
- func UserNameExist(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAuthorizationa ¶
func CheckAuthorizationa(c *fiber.Ctx) error
func EmailExist ¶
func EmailExist(c *fiber.Ctx) error
func GithubCallBack ¶
func GithubCallBack(c *fiber.Ctx) error
func GithubLogin ¶
func GithubLogin(c *fiber.Ctx) error
func GoogleCallBack ¶
func GoogleCallBack(c *fiber.Ctx) error
func GoogleLogin ¶
func GoogleLogin(c *fiber.Ctx) error
func RefreshToken ¶
func RefreshToken(c *fiber.Ctx) error
func SetLoginCookies ¶
func SetRefreshCookies ¶
func UserNameExist ¶
func UserNameExist(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.