Fastest Symfony authentication - AWS Cognito integration

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • oauth2-client-bundle

    Easily talk to an OAuth2 server for social functionality in Symfony

  • knpu_oauth2_client: clients: # configure your clients as described here: https://github.com/knpuniversity/oauth2-client-bundle#configuration cognito: # name of our client type: 'generic' # type provider_class: '\CakeDC\OAuth2\Client\Provider\Cognito' # class provided by agent package client_id: '' # Cognito app id client_secret: '' # Cognito app secret redirect_route: connect_cognito_check # name of the route where we wanna redirect callback, it mush be same as configued in the Cognito app provider_options: region: cognitoDomain: # Cognito domain, just the domain, without region and aws suffix scope: 'email' #scopes configured in cognito

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts