Development
What I Did
- added base api methodology for the following
-
login
:CustomD\ApiAuthentication\Http\Controller\ApiLoginController
@login
or extend -
logout
:CustomD\ApiAuthentication\Http\Controller\ApiLoginController
@login
or extend -
register
:CustomD\ApiAuthentication\Http\Controller\ApiRegisterController
@register
or extend -
forgot-password
:CustomD\ApiAuthentication\Http\Controller\ApiForgotPasswordController
@sendResetLinkEmail
or extend -
reset-password
:CustomD\ApiAuthentication\Http\Controller\ApiResetPasswordController
@reset
or extend -
verify
:CustomD\ApiAuthentication\Http\Controller\ApiVerificationController
@verify
or extend
-