Skip to content

Typescript Authentication Backend for the Dogehouse platform

License

Notifications You must be signed in to change notification settings

oguzeray/dogehouse-auth

 
 

Repository files navigation

Taking voice conversations to the moon 🚀

discord - users online dogehouse - users online

DogeReviewers

Contributors helping to review/merge pull requests:

Discord

Almost all development has been on the DevTalk discord server. Most of the contributers are contactable through here. Feel free to reach out if you need any help setting the project up or contributing!

Setup

Copy the .env.example file to the .env file and replace the occuring values.

# Initial Setup
yarn

# Start Databases
docker-compose up

# Running the project
yarn start

The process will boot on localhost:3000

The following endpoints will be made available

# Redirects to Github OAuth
/github/login
# Redirects to Discord OAuth
/discord/login
# Redirects to Google OAuth
/google/login

# Redirects to Github Callback
/github/callback
# Redirects to Discord Callback
/discord/callback
# Redirects to Google Callback
/google/callback

About

Typescript Authentication Backend for the Dogehouse platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.0%
  • HCL 24.7%
  • Shell 1.8%
  • Dockerfile 0.5%