Add REST Endpoints for User Registration and Login
Summary:
This release introduces two new RESTful API endpoints to the Supabase Authentication module:
/api/register: Allows external systems to register new users.
/api/login: Enables external systems to authenticate users.
Both endpoints are fully integrated with Supabase and Drupal's user management system, enhancing the module’s capability to interact with external applications.