You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out the core API s.t. Express doesn't need to be installed. Put that into a separate package.
Extract everything that happens in user.ts + its dependencies (dbAuth, mailer,...) into a separate couch-auth-core module. Most of the programmatic API could be used without express.
Add this module as dependency to couch-auth, import it in index.ts and routes.ts to get the current functionality.
The text was updated successfully, but these errors were encountered:
fynnlyte
changed the title
Extract the core functionality into a separat package
Extract the core functionality into a separate package
Sep 5, 2022
Split out the core API s.t. Express doesn't need to be installed. Put that into a separate package.
The text was updated successfully, but these errors were encountered: