All Questions
1 question
1
vote
1
answer
1k
views
Redirection after the login succeeds or fails in loopback framework
I have recently started with loopback framework and made a simple login functionality by creating a 'customer' model inheriting from base 'User' like this:
CUSTOMER.JSON
{
"name": "customer",
...