Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

GoDoc Build Status Go Report Card

Goth Generator for Buffalo

In Buffalo v0.9.4 the built in generator for github.com/markbates/goth was removed in favor of this plugin.

Installation

$ go get -u github.com/gobuffalo/buffalo-goth

Usage

Generate Users, Routes

$ buffalo generate goth-auth facebook twitter linkedin etc...

Generate Routes only

$ buffalo generate goth facebook twitter linkedin etc...

For more detailed usage visit https://gobuffalo.io/docs/generators#goth.