Skip to content

Development

Craig Smith requested to merge develop into master

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
Edited by Sam Sehnert

Merge request reports