Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Oct 16, 2023
1 parent 8be4645 commit 4237207
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repo contains a working MU plugin that will receive and validate access tok

## Installation

First, install the [Login by Auth0 plugin](https://wordpress.org/plugins/auth0/), then add your Auth0 credentials to `wp-config.php` or another location that will get loaded before plugins.
First, install the [Login by Auth0 plugin](https://wordpress.org/plugins/auth0/), then add your Auth0 credentials to `wp-config.php`, a file in `wp-content/mu-plugins`, or another location that will get loaded before this plugin.

```php
// Auth0 credentials
Expand All @@ -19,8 +19,6 @@ define( 'AUTH0_API_SIGNING_SECRET', 'API signing secret from Auth0' );
define( 'AUTH0_API_DEBUG', 'Set to `true` to add debugging log entries' );
```

This plugin will automatically load a file called `env.php` in the same folder, if it exists, which can be used for the values above.

### Install with Composer

Install this package:
Expand Down

0 comments on commit 4237207

Please sign in to comment.