Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.6.0 #475

Merged
merged 100 commits into from
Jun 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
67ae020
State handling during login process for both types, implicit and redi…
joshcanhelp Mar 2, 2018
2bc6484
remove stateHandler->issue() from SLO logout footer template to avoid…
joshcanhelp Mar 5, 2018
1ed7071
Review feedback on state handler property
joshcanhelp Mar 5, 2018
4aecd9a
Better state getting in WP_Auth0_LoginManager
joshcanhelp Mar 8, 2018
c8d2180
Fix login process error reporting
joshcanhelp Mar 8, 2018
8d7bcb1
Fixes from Lucho's PR review
joshcanhelp Mar 14, 2018
00e5ed9
More clear error code and message
joshcanhelp Mar 15, 2018
b0cc52d
Fix state handling for Implicit flow
joshcanhelp Mar 20, 2018
117968c
Deprecate oauth/ro endpoint
joshcanhelp Mar 20, 2018
6139346
Clarify readme docs, update screenshots
joshcanhelp Mar 9, 2018
cc55f51
Move a few FAQ questions to docs troubleshoot
joshcanhelp Mar 9, 2018
5ae3cfc
Clean up and streamline repo README
joshcanhelp Mar 9, 2018
4e918ba
minor formatting changes requests on PR review
joshcanhelp Mar 24, 2018
afa6e37
Admin settings refactor - WP_Auth0_Admin_Generic
joshcanhelp Mar 26, 2018
f53fd0e
Fix state handling for shortcode
joshcanhelp Mar 26, 2018
b5eb856
Fixed improper state handling
joshcanhelp Mar 27, 2018
0e28e18
Improve WP_Auth0_Options
joshcanhelp Mar 27, 2018
4820d27
PR feedback
joshcanhelp Mar 28, 2018
7f4b9ff
Remove api_audience field
joshcanhelp Mar 28, 2018
fd7cedc
Remove dashboard widgets
joshcanhelp Apr 4, 2018
8deb0ce
Clean up admin notices
joshcanhelp Mar 28, 2018
9dde4dc
Change asset enqueing
joshcanhelp Mar 27, 2018
dced6c6
adding bootstrap version and jquery requirement
joshcanhelp Mar 28, 2018
f933a65
combining admin page asset enqueing into one place
joshcanhelp Mar 28, 2018
853886d
removing unncessary trailing slash
joshcanhelp Apr 5, 2018
999e34b
Setting names, remove dashboard widgets
joshcanhelp Apr 4, 2018
b517b45
Move implicit JS to external file
joshcanhelp Apr 3, 2018
535b3e0
Fix Implicit state, nonce, and error handling
joshcanhelp Apr 3, 2018
2a6ee6d
Add error handling
joshcanhelp Apr 5, 2018
9a1d33f
Remove and migrate PWL setting
joshcanhelp Apr 3, 2018
89a8be8
set code or link
joshcanhelp Apr 6, 2018
1a392c4
Add /userinfo fallback during login
joshcanhelp Mar 29, 2018
0e650a4
Better default error code and message
joshcanhelp Apr 12, 2018
4e0479d
Change how Advanced admin settings fields are output
joshcanhelp Apr 6, 2018
c5e0f73
PR feedback; minor rewording
joshcanhelp Apr 13, 2018
7aea2fb
Adding render callback default parameter
joshcanhelp Apr 13, 2018
49d630d
Basic settings fields output; better admin UX; fix array shorthand
joshcanhelp Apr 14, 2018
c9c798a
JWKS cache constant; rewording setting titles + descs; better localSt…
joshcanhelp Apr 16, 2018
eef3f83
JS to show/hide settings fields based on a switch value
joshcanhelp Apr 16, 2018
de3d25e
better JS localStorage key
joshcanhelp Apr 16, 2018
e8ce626
Whitespace, method order, and linebreaks
joshcanhelp Apr 16, 2018
f8a6cbe
Improved code quality in WP_Auth0_LoginManager
joshcanhelp Apr 17, 2018
8b04d0d
Clarify readme docs, update screenshots
joshcanhelp Mar 9, 2018
dd4aadb
Clean up and streamline repo README
joshcanhelp Mar 9, 2018
9e69b4f
minor formatting changes requests on PR review
joshcanhelp Mar 24, 2018
9724203
Fix state handling for shortcode
joshcanhelp Mar 26, 2018
76ad48f
Refactored passwordless
joshcanhelp Mar 24, 2018
b885c81
Combining Lock init process; removing unused templates; Lock login fo…
joshcanhelp Mar 27, 2018
534cc77
Refactor Feature settings & password policy validation
joshcanhelp Apr 17, 2018
b8d312e
Safer, more clear PATCH request for password policy update
joshcanhelp Apr 17, 2018
88662db
PR review tweaks
joshcanhelp Apr 17, 2018
870cffe
Appearance tab settings
joshcanhelp Apr 19, 2018
84d8775
verbiage change
joshcanhelp Apr 19, 2018
2dbf211
better wording for require username
joshcanhelp Apr 19, 2018
fc3e3c0
phpcbf to correct whitespace, manually reordering functions
joshcanhelp Apr 20, 2018
ee8551d
Deprecating admin_enqueue functions
joshcanhelp Apr 23, 2018
e01a4fb
Only show email verification resend for DB connections
joshcanhelp Apr 18, 2018
993645a
Removing wp-admin click tracking
joshcanhelp Apr 25, 2018
2621683
Changing Client to Application where needed
joshcanhelp Apr 24, 2018
16bbd1d
Deprecating unused Lock Options classes and methods
joshcanhelp Apr 23, 2018
74f2fd0
better docblocks; moving deprecated methods down
joshcanhelp Apr 25, 2018
a998d73
Require telemetry to be sent
joshcanhelp Apr 20, 2018
ad2705f
Deprecate 2 lookup methods
joshcanhelp Apr 23, 2018
f6853de
Settings page final UI/UX
joshcanhelp Apr 30, 2018
a88e290
Deprecating wp-admin settings-related methods + classes.
joshcanhelp Apr 23, 2018
458888c
Better class deprecation error messages
joshcanhelp Apr 23, 2018
b605b53
Docblocks and moving methods
joshcanhelp Apr 25, 2018
57ae8de
Auto-login refactor
joshcanhelp Apr 20, 2018
10c2794
PR review feedback
joshcanhelp Apr 25, 2018
8b859a6
Fix logout process
joshcanhelp May 1, 2018
0b805f7
phpcs/phpcbf pass
joshcanhelp May 1, 2018
9cbc242
More clear SSO skip URL parameter
joshcanhelp May 3, 2018
56ff379
Deprecate comment
joshcanhelp May 3, 2018
b3ed01a
Adding phpcs support and custom ruleset
joshcanhelp Apr 24, 2018
8b6b3d1
Adding back additional signup fields
joshcanhelp May 2, 2018
8b3b515
Adding refresh token support; adjusting default scope
joshcanhelp May 4, 2018
014529c
New class for state handling; set cookie for implicit nonce
joshcanhelp May 4, 2018
01bbb7e
Change token exchange redirect URL to match what was sent for auth code
joshcanhelp May 11, 2018
69abc2a
Hide the signup tab if registrations are turned off
joshcanhelp May 7, 2018
e62f1bc
fix empty path notice on initial setup
joshcanhelp May 4, 2018
1e17153
Fix stdClass as array error during client grant update; skip update p…
joshcanhelp May 22, 2018
705ccb3
remove unused use_lock_10 setting adjustments and default
joshcanhelp May 22, 2018
8f24816
updated DB update CDN URLs
joshcanhelp May 22, 2018
e3d7c2a
Fixing SLO redirect and SSO setting push to dashboard
joshcanhelp May 22, 2018
21e6092
Changes based on PR review feedback
joshcanhelp May 24, 2018
66af992
Fixed auto-loader to skip non-WP-Auth0 classes
joshcanhelp May 20, 2018
6dc9a01
Save or if not provided; remove extemporaneous ID token sttributes
joshcanhelp May 25, 2018
26996f4
Setup wizard language and UX hazards
joshcanhelp May 20, 2018
bbe0dc2
removing missing JS functions
joshcanhelp May 23, 2018
1fa71d7
Fixing bugs and clearing up initial setup
joshcanhelp May 24, 2018
49e9c52
PR review feedback
joshcanhelp May 29, 2018
8ac425b
fixing short array syntax, removing beta plugin hooks
joshcanhelp May 25, 2018
394683d
die -> exit
joshcanhelp May 29, 2018
bd91295
CSS tweak on the login form
joshcanhelp May 30, 2018
46d2427
parse_url() -> wp_parse_url()
joshcanhelp May 30, 2018
bf1af9c
fix overwriting callbacks on DB update
joshcanhelp May 31, 2018
92431f0
Correcting input field height on settings pages for IE
joshcanhelp Jun 4, 2018
742d8ca
Merge pull request #472 from auth0/fix-input-css-ie
luisrudge Jun 4, 2018
a0fe162
Release 3.6.0 - CHANGELOG, version number, and WP.org readme
joshcanhelp Jun 4, 2018
318ec77
Merge pull request #473 from auth0/release-3.6.0
luisrudge Jun 4, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 98 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,102 @@
# Change Log

## [3.6.0](https://github.com/auth0/wp-auth0/tree/3.6.0) (2018-06-05)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.5.2...3.6.0)



**NOTES**

- Passwordless was reconfigured completely to use the combined Lock library (currently hard-coded to 11.5). All current settings will be migrated to the new configuration so your login process should not change. Lock initiation has also been refactored to improve maintainability and adhere to WordPress standards.
- The Setup Wizard has been adjusted to more clearly explain the process and options available. This only affects new installations using the Setup Wizard for configuration.
- The settings page has been rearranged and improved overall. New settings descriptions have also been added along with links to documentation, where appropriate.
- State validation was added to both login flows; nonce validation was added to sites using Implicit flow.
- OIDC compliant Applications should now function as expected (though this setting is not yet activated by default on installation). OpenID Connect login is now possible by turning off the Client Credentials grant for your WordPress Application.
- Dashboard widgets have been removed. This can easily be added back as a plugin, if needed. Please [contact support](https://support.auth0.com/) if you need assistance with this.
- A number of new hooks have been added, please see our [docs page on extension](https://auth0.com/docs/cms/wordpress/extending) for a complete inventory with examples. This includes the ability to support refresh tokens.
- Federated logout has been removed.


**Closed issues**

- Expose a configurable toggle that allows Users to state if federated logout should be used [\#471](https://github.com/auth0/wp-auth0/issues/471)
- Updating to 3.5.2 - Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /app/wp-content/plugins/auth0/lib/WP_Auth0_DBManager.php on line 225 [\#464](https://github.com/auth0/wp-auth0/issues/464)
- Autoloader performance issue [\#461](https://github.com/auth0/wp-auth0/issues/461)
- Bad request does not raise error [\#432](https://github.com/auth0/wp-auth0/issues/432)
- Widget URL changes don't save when you are using passwordless [\#430](https://github.com/auth0/wp-auth0/issues/430)
- Deprecate `oauth/ro` endpoint [\#410](https://github.com/auth0/wp-auth0/issues/410)
- Handling errors [\#403](https://github.com/auth0/wp-auth0/issues/403)
- Fallback /api/v2/users/{id} to /userinfo [\#401](https://github.com/auth0/wp-auth0/issues/401)
- CORS errors [\#400](https://github.com/auth0/wp-auth0/issues/400)
- Provide Resend verification email only for DB connections [\#345](https://github.com/auth0/wp-auth0/issues/345)
- SSO disabled, Single Logout enabled causes users to get logged out automatically a few seconds after logging in [\#336](https://github.com/auth0/wp-auth0/issues/336)
- French translation : html characters [\#309](https://github.com/auth0/wp-auth0/issues/309)
- "Invalid authorization code": Access token is requested twice in a row, breaking the login flow [\#305](https://github.com/auth0/wp-auth0/issues/305)
- Make state work after SSO login [\#302](https://github.com/auth0/wp-auth0/issues/302)
- Is there a way to use Refresh Tokens and Wordpress? [\#296](https://github.com/auth0/wp-auth0/issues/296)
- Only decode the payload before user profile fetch in login manager [\#283](https://github.com/auth0/wp-auth0/issues/283)
- redirect callback errors [\#280](https://github.com/auth0/wp-auth0/issues/280)
- Linked Users won't be able to login using implicit flow and pipeline 2 [\#272](https://github.com/auth0/wp-auth0/issues/272)
- Normalize use of shortcode and widget [\#260](https://github.com/auth0/wp-auth0/issues/260)
- Wrong z-index on modal error message in manual setup [\#252](https://github.com/auth0/wp-auth0/issues/252)
- Logout does not work when Wordpress is locked down (private site) [\#39](https://github.com/auth0/wp-auth0/issues/39)

**Added**

- Adding refresh token support; adjusting default scope [\#456](https://github.com/auth0/wp-auth0/pull/456) ([joshcanhelp](https://github.com/joshcanhelp))
- Add code quality tools, improved composer.json [\#454](https://github.com/auth0/wp-auth0/pull/454) ([joshcanhelp](https://github.com/joshcanhelp))
- Add /userinfo fallback during login [\#423](https://github.com/auth0/wp-auth0/pull/423) ([joshcanhelp](https://github.com/joshcanhelp))
- State handling during login process for both types [\#406](https://github.com/auth0/wp-auth0/pull/406) ([joshcanhelp](https://github.com/joshcanhelp))

**Changed**

- Change token exchange redirect URL to match what was sent for auth code [\#463](https://github.com/auth0/wp-auth0/pull/463) ([joshcanhelp](https://github.com/joshcanhelp))
- Hide the signup tab if registrations are turned off [\#460](https://github.com/auth0/wp-auth0/pull/460) ([joshcanhelp](https://github.com/joshcanhelp))
- New class for state handling; set cookie for implicit nonce [\#458](https://github.com/auth0/wp-auth0/pull/458) ([joshcanhelp](https://github.com/joshcanhelp))
- Change auto-login action [\#449](https://github.com/auth0/wp-auth0/pull/449) ([joshcanhelp](https://github.com/joshcanhelp))
- Require telemetry for API calls [\#441](https://github.com/auth0/wp-auth0/pull/441) ([joshcanhelp](https://github.com/joshcanhelp))
- Change Appearance tab settings output [\#439](https://github.com/auth0/wp-auth0/pull/439) ([joshcanhelp](https://github.com/joshcanhelp))
- Change Feature settings output [\#436](https://github.com/auth0/wp-auth0/pull/436) ([joshcanhelp](https://github.com/joshcanhelp))
- Change Basic settings field display; better admin UX [\#433](https://github.com/auth0/wp-auth0/pull/433) ([joshcanhelp](https://github.com/joshcanhelp))
- Change how Advanced admin settings fields are output [\#429](https://github.com/auth0/wp-auth0/pull/429) ([joshcanhelp](https://github.com/joshcanhelp))
- Setting titles and option names [\#427](https://github.com/auth0/wp-auth0/pull/427) ([joshcanhelp](https://github.com/joshcanhelp))
- Clean up admin notices [\#421](https://github.com/auth0/wp-auth0/pull/421) ([joshcanhelp](https://github.com/joshcanhelp))
- Change asset enqueuing [\#419](https://github.com/auth0/wp-auth0/pull/419) ([joshcanhelp](https://github.com/joshcanhelp))
- Improve WP_Auth0_Options [\#418](https://github.com/auth0/wp-auth0/pull/418) ([joshcanhelp](https://github.com/joshcanhelp))

**Deprecated**

- Deprecate 2 lookup methods [\#446](https://github.com/auth0/wp-auth0/pull/446) ([joshcanhelp](https://github.com/joshcanhelp))
- Deprecating wp-admin settings-related methods + classes [\#445](https://github.com/auth0/wp-auth0/pull/445) ([joshcanhelp](https://github.com/joshcanhelp))
- Deprecating unused Lock Options classes and methods [\#444](https://github.com/auth0/wp-auth0/pull/444) ([joshcanhelp](https://github.com/joshcanhelp))
- Deprecating admin_enqueue functions [\#443](https://github.com/auth0/wp-auth0/pull/443) ([joshcanhelp](https://github.com/joshcanhelp))
- Deprecate oauth/ro endpoint [\#413](https://github.com/auth0/wp-auth0/pull/413) ([joshcanhelp](https://github.com/joshcanhelp))

**Removed**

- Remove wp-admin click tracking [\#451](https://github.com/auth0/wp-auth0/pull/451) ([joshcanhelp](https://github.com/joshcanhelp))
- Remove dashboard widgets [\#428](https://github.com/auth0/wp-auth0/pull/428) ([joshcanhelp](https://github.com/joshcanhelp))
- Remove and migrate Passwordless setting [\#425](https://github.com/auth0/wp-auth0/pull/425) ([joshcanhelp](https://github.com/joshcanhelp))
- Remove api_audience settings field [\#422](https://github.com/auth0/wp-auth0/pull/422) ([joshcanhelp](https://github.com/joshcanhelp))
- Removing dashboard widgets [\#397](https://github.com/auth0/wp-auth0/pull/397) ([joshcanhelp](https://github.com/joshcanhelp))

**Fixed**

- Correcting input field height on settings pages for IE [\#472](https://github.com/auth0/wp-auth0/pull/472) ([joshcanhelp](https://github.com/joshcanhelp))
- Save sub or user_id if not provided; remove extemporaneous ID token attributes [\#469](https://github.com/auth0/wp-auth0/pull/469) ([joshcanhelp](https://github.com/joshcanhelp))
- Improve Setup Wizard [\#468](https://github.com/auth0/wp-auth0/pull/468) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix install and DB update errors [\#467](https://github.com/auth0/wp-auth0/pull/467) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix SLO redirect, SLO on when SSO off, SSO setting not pushed to dashboard [\#466](https://github.com/auth0/wp-auth0/pull/466) ([joshcanhelp](https://github.com/joshcanhelp))
- Fixed auto-loader to skip non-WP-Auth0 classes [\#465](https://github.com/auth0/wp-auth0/pull/465) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix empty path notice on initial setup [\#457](https://github.com/auth0/wp-auth0/pull/457) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix logout process [\#453](https://github.com/auth0/wp-auth0/pull/453) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix help tab text and settings tab UX [\#452](https://github.com/auth0/wp-auth0/pull/452) ([joshcanhelp](https://github.com/joshcanhelp))
- Only show email verification resend for DB connections [\#447](https://github.com/auth0/wp-auth0/pull/447) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix Passwordless handling; update Lock instantiation [\#434](https://github.com/auth0/wp-auth0/pull/434) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix Implicit login handling [\#426](https://github.com/auth0/wp-auth0/pull/426) ([joshcanhelp](https://github.com/joshcanhelp))
- Admin settings refactor - WP_Auth0_Admin_Generic [\#416](https://github.com/auth0/wp-auth0/pull/416) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix Login Process Error Handling [\#409](https://github.com/auth0/wp-auth0/pull/409) ([joshcanhelp](https://github.com/joshcanhelp))

## [3.5.2](https://github.com/auth0/wp-auth0/tree/3.5.2) (2018-02-22)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.5.1...3.5.2)

Expand Down Expand Up @@ -42,7 +139,7 @@
## [3.5.0](https://github.com/auth0/wp-auth0/tree/3.5.0) (2018-01-25)
[Full Changelog](https://github.com/auth0/wp-auth0/compare/3.4.0...3.5.0)

**Please note:** This is a major update that requires changes to your Auth0 Dashboard to be completed. You can save a new [API token](https://auth0.com/docs/api/management/v2/tokens#get-a-token-manually) in your Basic settings in wp-admin before upgrading and the changes will be made automatically during the update. Otherwise, after upgrading, please review your [Client Advanced Settings](https://auth0.com/docs/cms/wordpress/configuration#client-setup), specifically your Grant Types, and [authorize your Client for the Management API](https://auth0.com/docs/cms/wordpress/configuration#authorize-the-client-for-the-management-api).
**Please note:** This is a major update that requires changes to your Auth0 Dashboard to be completed. You can save a new [API token](https://auth0.com/docs/api/management/v2/tokens#get-a-token-manually) in your Basic settings in wp-admin before upgrading and the changes will be made automatically during the update. Otherwise, after upgrading, please review your [Application Advanced Settings](https://auth0.com/docs/cms/wordpress/configuration#application-setup), specifically your Grant Types, and [authorize your Client for the Management API](https://auth0.com/docs/cms/wordpress/configuration#authorize-the-client-for-the-management-api).

**Changed**
- updating CDN URLs for Lock and Auth.js [\#365](https://github.com/auth0/wp-auth0/pull/365) ([joshcanhelp](https://github.com/joshcanhelp))
Expand Down
62 changes: 37 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,48 @@ Single Sign On for Enterprises + Social Login + User/Passwords. For all your Wor

Please see the [Installation docs](https://auth0.com/docs/cms/wordpress/installation) for detailed instructions.

## Extending the plugin
## API authentication

[Please see the Extending page on auth0.com/docs](https://auth0.com/docs/cms/wordpress/extending)
Please see the [JWT Authentication docs](https://auth0.com/docs/cms/wordpress/jwt-authentication) for more information.

We're happy to review and approve new filters and actions that help you integrate even further in this plugin. Please
see the Contributing section at the bottom of this page.
## Extending the plugin

## API authentication
Please see the [Extending docs](https://auth0.com/docs/cms/wordpress/extending) for information on existing hooks.

Please see the [JWT Authentication docs](https://auth0.com/docs/cms/wordpress/jwt-authentication) for more information.
We're happy to review and approve new filters and actions that help you integrate even further in this plugin. Please see the **Contributing** section below for more information.

## Contributing

Thank you in advance!
**Thank you in advance!**

* All PRs must use the `dev` branch as a base
* Change the least amount of code to achieve the goal; PRs with lots of whitespace changes and abstraction combined with a feature add or bug fix are difficult to review and may be rejected
* Use the latest version of WordPress and turn `WP_DEBUG` on
* If other plugins are installed during testing that might affect behavior, please list those in the PR description
* Make sure to test against the lowest PHP version supported (see `Requires PHP:` [here](readme.txt#L5))

All PR should be done towards the `dev` branch.
### How to install and configure WordPress for testing

We try to cover as many use cases as possible and one way to do that is with a "headless" WordPress install (core WordPress files in a separate directory). Here's a quick and easy way to set that up on the command line:

```bash
mkdir wp-doc-root; cd wp-doc-root; mkdir wp;
mkdir wp-content; mkdir wp-content/themes; mkdir wp-content/plugins;

git clone https://github.com/WordPress/WordPress.git wp;
# Clones the latest, released version or WordPress (takes a while)

cp ./wp/wp-config-sample.php ./wp-config.php;
# Add MySQL DB info and set "WP_DEBUG" to TRUE` in ./wp-config.php

cp ./wp/index.php ./index.php;
# Replace "/wp-blog-header.php" with "/wp/wp-blog-header.php" in copied ./index.php

git clone https://github.com/joshcanhelp/auth0-wp-test.git ./wp-content/themes/auth0-wp-test
# Optional, clones the testing theme to assist with development
```

The main requirement for testing, though, is using the latest version of WordPress with our minimum supported PHP version.

### How to build the initial setup assets?

Expand All @@ -43,28 +69,14 @@ To watch and auto-compile it while working:
$ stylus -w -o initial-setup.css initial-setup/main.styl
```

## Screenshots

![](https://raw.githubusercontent.com/auth0/wp-auth0/master/screenshot-1.png)

![](https://raw.githubusercontent.com/auth0/wp-auth0/master/screenshot-2.png)

![](https://raw.githubusercontent.com/auth0/wp-auth0/master/screenshot-3.png)

![](https://raw.githubusercontent.com/auth0/wp-auth0/master/screenshot-4.png)

![](https://raw.githubusercontent.com/auth0/wp-auth0/master/screenshot-5.png)

![](https://raw.githubusercontent.com/auth0/wp-auth0/master/screenshot-6.png)

## Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
If you find a bug or if you have a feature request, please report them in the [Issues tab](https://github.com/auth0/wp-auth0/issues). Please do not report security vulnerabilities in a public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.

## Author

* [Auth0](auth0.com)
* [Auth0](https://auth0.com)

## License

This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
Loading