codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

Convert authentication system to use Auth0 #887

Closed peterkos closed 7 months ago

peterkos commented 2 years ago

🎆 New Year, New Auth! 🎆

Overview

Working issue to migrate {doorkeeper|devise} => auth0.

This is a full-stack change to make sure everything works! And it will probably be split over multiple issues. For now, this issue is intended to track the scaffolding necessary to produce an auth MVP.

Architecture

image (Also in Notion)

Goals

Backend

Frontend

Resources

Backend Auth0 Backend Rails API guide

Frontend Auth0 Frontend Vue.js guide (NOTE: Vue2) Updated Vue 3 + Auth0 sample code