|
|
|
|
|
by abdouls
1493 days ago
|
|
It all depends on what exactly you need with the authorization. Building a simple one isn't too complicated (even boilerplates exists). If you do not have multiple dependencies, you can easily implement one using firebase (google) or cognito (aws). I personally like to develop my own one, since I do not want to have too many external dependencies. |
|