-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Update login controller to create a user if one does not already exist * feat: Remove 404 error from login route * fix: Load env variables into auth middleware file * url(feat): send eip receipt * tag(feat): send eip receipt * likes(feat): sync with contract * types(fix): delete unused types to avoid confusion * likes(feat): send eip receipt * contract(feat): move eip domain fetcher to function * env(fix): use latest contract address * likes(feat): dont use user address * routes(feat): split routes to different files * routes(feat): delete verifyMessage functions * like(feat): receive like data in req.body * likes(fix): better naming * likes(fix): fix naming spelling * tag(feat): receive params in req.body * url(feat): receive params in req.body * auth(fix): delete unused code * auth(feat): get userId from jwt in middleware * routes(feat): use ExtendedRequest in authenticate write functions * schemas(feat): split into different files * Feat/nico/routes splits in different files (#36) * contract(feat): retrieve in format that contract understands * env(feat): add new contract address * sync(feat): set syncToBlockchain=false in every interaction * Update deploy.yaml * url(feat): send eip receipt * tag(feat): send eip receipt * likes(feat): sync with contract * types(fix): delete unused types to avoid confusion * likes(feat): send eip receipt * contract(feat): move eip domain fetcher to function * env(fix): use latest contract address * likes(feat): dont use user address * routes(feat): split routes to different files * likes(fix): use the req, res function * feat: Tags now passed in from mix as string. Object ids must be fetched that match the tag names * feat: Save minor changes * fix: Handle case where no tags are passed to backend --------- Co-authored-by: Nico Serrano <[email protected]> Co-authored-by: Nico Serrano <[email protected]>
- Loading branch information
1 parent
a830317
commit f9735a2
Showing
30 changed files
with
5,142 additions
and
779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.