Skip to content

Login API Endpoint

Craig Smith requested to merge hotfix/ajax_login_for_react into master

What I Did

  • copied login functionality to an api endpoint to allow react to use it
  • this is due to fetch post actually using body and not http post.

Merge request reports