API Feature Prisma Setup and Password Based Authentication
PR Type
Enhancement
Description
-
Implement dual authentication with Microsoft OAuth and email/password
-
Add Prisma database setup with Azure Key Vault integration
-
Update configuration data paths from onClick to path-based routing
-
Add comprehensive authentication documentation and user creation scripts
Diagram Walkthrough
flowchart LR
A["NextAuth Setup"] --> B["Microsoft OAuth"]
A --> C["Email/Password Auth"]
C --> D["Bcrypt Password Hashing"]
E["Prisma Client"] --> F["Azure Key Vault"]
F --> G["Dynamic Connection Strings"]
H["Configuration Updates"] --> I["Path-based Routing"]
File Walkthrough
Relevant files |
---|
Edited by Rashmi Gaddam