joblike / joblike-service

Server side using nest.js
1 stars 1 forks source link

Authorization / Authentication flows #3

Closed cawak closed 4 years ago

cawak commented 4 years ago

Resolution:

In the first phase we will implement auth flows manually so we can:

  1. Save costs (aws cognito costs money)
  2. Learn how to do it. This knowledge can later help us understand AWS Cognito and even decide whether we need it.

The design is going to be described here: https://trello.com/c/S48IpvB5/36-authorization-authentication-flows-design-review

cawak commented 4 years ago

Server - Authorization / Authentication flows - Design review

cawak commented 4 years ago

Authorization / Authentication flows - Authentication flow (no db)

cawak commented 4 years ago

Authorization / Authentication flows - Authentication flow (no db)