Tags

Tags give the ability to mark specific points in history as being important
  • 1.1.x-dev

    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.
    
    Key Changes:
    
        Added AuthController to manage API requests.
        Updated routing and permissions to support the new endpoints.
        Introduced dependencies on the rest and serialization modules.
    
    These enhancements enable external applications to directly interact with Drupal for user management through RESTful APIs.