4

I want to use Aws Cognito JavaScript SDK for sigining up User Pool through Loopback Rest Points. User can also enter the Otp for confirming through a loopback model

Ayush
  • 41
  • 3

1 Answers1

1

Take a look at the lb "Passport component", then the passport-cognito npm module:

Here are some links:

Loris
  • 624
  • 5
  • 9