feat(backend): create user + log in implementation #31

Merged
mcataford merged 13 commits from feat/user-implementation into main 2023-08-20 15:42:34 +00:00
mcataford commented 2023-08-20 03:54:26 +00:00 (Migrated from github.com)

First chunk of the user+login implementation (#29)

This adds a users table as well as the logic and API entrypoints to create users and validate a user (i.e. "log in", but does not actually create a auth credentials yet).

This also refactors what was previously "users" (both api.users and use_cases.users) into the auth module to start creating some order and isolation between different parts of the application.

First chunk of the user+login implementation (#29) This adds a `users` table as well as the logic and API entrypoints to create users and validate a user (i.e. "log in", but does not actually create a auth credentials yet). This also refactors what was previously "users" (both `api.users` and `use_cases.users`) into the `auth` module to start creating some order and isolation between different parts of the application.
This repo is archived. You cannot comment on pull requests.
No description provided.