Skip to content
forked from paulxtiseo/bouncer

An authentication module for the Revel framework

Notifications You must be signed in to change notification settings

dtannen/bouncer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bouncer

A Revel framework module for authentication

Configuring

After adding this module to your Revel webapp, you will need to add the following entries to your app.config. Of course, you can control the configurations by adding the appropriate settings in [dev] vs [prod] sections. For example, you can use a test Facebook app for [dev] and have production settings for your live systems.

auth.providersallowed

Add the allowed Providers your app can use by listing them in a comma-separated string. Currently supported are:

  • Facebook
  • Google
  • LinkedIn
  • Twitter

auth.provider.authconfig

For each provider allowed, you must configure an AuthConfig set. This is done by providing to Bouncer the necessary data in a JSON string. Replace provider with one of the Providers supported.

Please note the following observations on settings:

Troubleshooting

About

An authentication module for the Revel framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%