Skip to content

bbauman1/notepad-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepad Auth

Notepad is an app I made to try out using BetterAuth and Convex in a SwiftUI app. ConvexSwift does not yet natively support BetterAuth, so this repo has some modifications to the auth server to make it work.

Setup

  1. Clone this repository
  2. Copy .env.example to .env and fill in the values
  3. Run database migrations: bunx @better-auth/cli migrate
  4. Start the server: bun run dev

I deploy on Railway and if you upload there it should deploy easily.

Environment Variables

See .env.example for required variables.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published