disintegration / bebop

Bebop is a simple discussion board / forum web application
MIT License
552 stars 73 forks source link

Troubles in signup #9

Closed qtopie closed 6 years ago

qtopie commented 6 years ago

image

Cannot expand the signup menu after setup.

disintegration commented 6 years ago

Hello,

The sign-in system uses the oauth2 protocol. Have you configured at least one of the oauth providers (google, facebook or github)? These settings are located inside the "oauth" section of the configuration file ("bebop.conf").

qtopie commented 6 years ago

Okay, maybe this should be added in documentation. Does it support other oauth provider?

disintegration commented 6 years ago

Okay, maybe this should be added in documentation.

It's mentioned in the "Getting Started" section of the readme (see the second bullet point "Obtain OAuth 2.0 credentials..."). Maybe I should add more information on this.

Does it support other oauth provider?

For now only these three providers are supported (google, facebook, github).