OAuth how-to? #4541
Replies: 1 comment 1 reply
|
Hi @trolin522581 Lychee being based on Laravel, we make use of socialite: Unfortunately, I do not see Drupal in the list of supported provider. It should be fairly easy to add more: https://github.com/LycheeOrg/Lychee/blob/master/docs/specs/2-how-to/add-oauth-provider.md In your use case, I would suggest to approach the problem differently. So instead of making the Oauth server drupal, I would try to have the Oauth separate from both drupal and Lychee. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Are there any documented examples of how to enable oauth with Lychee?
Context: I hope to use a Drupal install as the authentication server so that users can use one credential to access both apps.
All reactions