Skip to content

Instantly share code, notes, and snippets.

View muhammadqazi's full-sized avatar
🎯
Focusing

Muhammad Qazi muhammadqazi

🎯
Focusing
View GitHub Profile
@muhammadqazi
muhammadqazi / man.go
Last active February 6, 2022 10:37
Go-Authentication
package main
import (
"net/http"
EmailVerification "GO/routes/Auth/EmailVerification"
ForgotPass "GO/routes/Auth/ForgotPass"
GoogleAuth "GO/routes/Auth/GoogleAuthenticator"
Signin "GO/routes/Auth/Signin"
Signup "GO/routes/Auth/Signup"