I'm thinking about adding this to an existing WordPress site I have. But, I only want to do it if users can log in with their existing WordPress accounts. Is this something that might be considered in the future?
See the Authentication docs. Should be pretty easy to build a WordPress plugin to be an SSO provider for Waterhole. Maybe one day there will be an official one but not on the roadmap just yet.
The other day I saw a post on reddit mentioning that laravel can be integrated within Wordpress using https://roots.io/acorn.
I haven't personally used this but maybe it might help integrate Waterhole into your Wordpress installation and using a SSO provider like Toby mentioned above for authentication.
3 Comments
It might be possible https://dev.to/shelob9/how-to-use-wordpress-as-an-authentication-provider-for-laravel-4gd3. I doubt that this will be in the core, but someone could definitely make an extension for this (?).
See the Authentication docs. Should be pretty easy to build a WordPress plugin to be an SSO provider for Waterhole. Maybe one day there will be an official one but not on the roadmap just yet.
The other day I saw a post on reddit mentioning that laravel can be integrated within Wordpress using https://roots.io/acorn.
I haven't personally used this but maybe it might help integrate Waterhole into your Wordpress installation and using a SSO provider like Toby mentioned above for authentication.