Categorygithub.com/Ant767/AuthBackend
modulepackage
0.0.0-20240807083120-d17cf6a44be5
Repository: https://github.com/ant767/authbackend.git
Documentation: pkg.go.dev

# README

alt text


Forks Stars

Simple and not at all janky authentication backend using MongoDB and Gin gonic

Im new to the Go programming language, please do not judge my horrible code :3

⭐ Features:

  • App Support
  • Users
  • Basic User Profiles

✅ Todo

  • Basic auth system
  • Basic user profiles
  • Finish app system
  • User profile widgets
  • User profile themes
  • Finish docs
  • 2FA

API

POST /register

Registers an account

Sample body:

{
    "username": "TRASH",
    "password": "12345",
    "handle": "trash",
    "email": "[email protected]"
}

Response: Content-Type: application/json

error: false if there is no errror, true if there is one

message: the response message

Note: these docs are still WIP

Config

This is an example config

{
  "mongodb_url": "mongodb://127.0.0.1",
  "port": 8080,
  "resend_key": "xxxxxxx"
}

Official instance

The main instance of uwu-auth is hosted at auth.trashdev.org


Why use UwU Auth?

✨🎀 Its very kawaii :3


Made by trashy :3

alt text

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author