package
0.0.0-20200528021645-a968f5fd6be6
Repository: https://github.com/fsunset/twittapp.git
Documentation: pkg.go.dev

# Functions

Login initializes logIn process for user, with their email/password.
Profile returns user's profile.
Register sets new users into DB.
ValidateJWT decodes JWT & checks if it is valid.

# Variables

ActiveUserEmail "global" var within routers package.
ActiveUserID "global" var within routers package.
AppDB is the database for our app.
UsersCollection is the "users" collection within DB.