authsio / core

And idea that never worked but was fun while it lasted
https://authsio.com
GNU Affero General Public License v3.0
12 stars 6 forks source link

Backend - Finish DB Design, Resolvers, and JWT Security #1

Closed hkd987 closed 2 years ago

hkd987 commented 2 years ago

Currently there are a couple holes in the backend DB design, the goal of this issue will be to finish the backend DB design.

Currently we have...

Project is a reference table to the Postgres schema where the Users -> Users will live, They will use the same Users and Login table that already exists meaning that we will be dog fooding our own application.

What we need to figure out still is as follows.

Im not sure at this point if we can break this work down further or if its ready to go as is....This is a pretty high level overview and could need more discussion.

IF YOU PLAN TO CONTRIBUTE OR WORK ON THIS ISSUE, LETS CHAT FIRST TO SYNC UP.

hkd987 commented 2 years ago

This had been completed for v1 work, V2 will handle payments