Thank you for your interest in improving AuthFlow!
- Fork the repository.
- Create a Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
- Use TypeScript for all logic.
- Run
npm run lintbefore committing. - Ensure
npx prisma generateis run if you modify the schema.
Please use the Issue Tracker to report bugs or request features.