supabase_authentication 1.1.x-dev

New features

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.

supabase_authentication 1.0.x-dev

Initial development release of the Supabase Authentication module. This release includes:

  • Integration with Supabase for user authentication.
  • Admin settings for Supabase Project URL and API Key.
  • Automatic user creation in Supabase upon Drupal user registration.
  • Authentication with Supabase to retrieve access tokens.
  • Logging of success and error messages.
Subscribe with RSS Subscribe to Releases for Supabase Authentication