Plugin to register/login users

Hi, I’m reading lots of tutorials on how to make a registration and login flow using ionic.

I need for my app, the typical flow HTML + PHP + MySQL, used in websites.

There is a plugin to do that?
…What is the best way to do that?

My client don’t want to use facebook or twitter login. It should work with our own MySQL database.

Please let me know.
Thanks.

A good approach is create an (json) API in your PHP application, which will be consumed by services in the Ionic app.
There are tons of examples in Google.