Skip to content

Commit

Permalink
Merge pull request #9 from vishwac09/1.0.5-dev
Browse files Browse the repository at this point in the history
1.0.5-dev -> master
  • Loading branch information
vishwac09 committed Sep 27, 2022
2 parents 8b4e8b5 + 6c41578 commit 3e6a390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -8,11 +8,11 @@ Integrate Drupal 8/9 website with the Auth0 Single Sign-On (SSO) platform.
### Motivation
Auth0 team announced the end of life of their official [Drupal 8 module](https://www.drupal.org/project/auth0). The [Github repository](https://github.com/auth0-community/auth0-drupal) would be available until March 8, 2022 further, it will also be removed. Alternate suggested by the auth0 team is to use the [OpenID Connect / OAuth client](https://www.drupal.org/project/openid_connect) Drupal module.

There was a need to include similar functionality in one of the project, but as the official module is deprecated so decided to write this module and make it public.
There was a need to include similar functionality in one of the project, but as the official module is deprecated hence decided to write this module and make it public.

> I would request developers to download the module and then customize it as per the projects need. There wont be any security audits, third party teting for this module hence treat it similar to a custom module which you would normally develop for your project.
> I would request developers to download the module and then customize it as per the projects need. There wont be any security audits, third party testing for this module hence treat it similar to a custom module which you would normally develop for your project.
If you wish to go through the working of this module or how Auth0 SSO works check my block on [Drupal 8/9: Integrating with auth0](https://medium.com/@vishwa.chikate/integrating-drupal-with-auth0-2074bda2e22) on Medium.
If you wish to go through the working of this module or how Auth0 SSO works check my blog on [Drupal 8/9: Integrating with auth0](https://medium.com/@vishwa.chikate/integrating-drupal-with-auth0-2074bda2e22) on Medium.

# Getting Started

Expand Down Expand Up @@ -45,7 +45,7 @@ $ git clone https://github.com/vishwac09/authzero.git authzero

1. From the root of your Drupal project run. Link to [Packagist](https://packagist.org/packages/vishwac09/authzero)
```bash
$ composer require vishwac09/authzero:1.0.3
$ composer require vishwac09/authzero:1.0.5
```

## Config
Expand Down
4 changes: 2 additions & 2 deletions authzero.module
Expand Up @@ -11,8 +11,8 @@ function authzero_help($route_name, \Drupal\Core\Routing\RouteMatchInterface $ro
<p>Integrate Drupal 8/9 website with the Auth0 Single Sign-On (SSO) platform.</p>
<p>Auth0 team announced the end of life of their official <a target="_blank" href="https://www.drupal.org/project/auth0">Drupal 8 module</a>.The <a target="_blank" href="https://github.com/auth0-community/auth0-drupal">Github Repository</a>
would be available until March 8, 2022 further, it will also be removed. Alternate suggested by the auth0 team is to use the <a target="_blank" href="https://www.drupal.org/project/openid_connect">OpenID Connect / OAuth client</a>
Drupal module, but as of Jan 2022 it does not have support for the Auth0 IDP.</p>
<p>There was a need to include similar functionality in one of the project, but as the official module is deprecated so decided to write this module and make it public</p>
Drupal module.</p>
<p>There was a need to include similar functionality in one of the project, but as the official module is deprecated so decided to write this module and make it public.</p>
STR;
}
}

0 comments on commit 3e6a390

Please sign in to comment.