1. `/signup` // Creates user. Request Method: POST, Body: { "name":"Rohit Mahto", "email":"[email protected]", "password":"myexample@password" }, 2. `/login` // Login ...
A working example of Plaid Core Exchange with OpenID Connect and FDX API v6.3. We built this with TypeScript, Express, and battle-tested OAuth libraries so you can see how all the pieces fit together.