|
|
|
|
|
by koliber
36 days ago
|
|
What you are talking about is in a large part authentication. You can do authentication using an external service and still have your user table locally. You can also do authorization locally with a local session table while leaving authentication to a SaaS. |
|