https://github.com/gobuffalo/buffalo-goth
Goth Generator for Buffalo
https://github.com/gobuffalo/buffalo-goth
generator go gobuffalo golang goth plugin
Last synced: about 1 year ago
JSON representation
Goth Generator for Buffalo
- Host: GitHub
- URL: https://github.com/gobuffalo/buffalo-goth
- Owner: gobuffalo
- License: mit
- Created: 2017-08-22T20:29:41.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T14:07:15.000Z (over 3 years ago)
- Last Synced: 2025-04-07T08:17:44.037Z (about 1 year ago)
- Topics: generator, go, gobuffalo, golang, goth, plugin
- Language: Go
- Size: 1.31 MB
- Stars: 12
- Watchers: 8
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Goth Generator for Buffalo
[](https://github.com/gobuffalo/buffalo-goth/actions/workflows/standard-go-test.yml)
[](https://pkg.go.dev/github.com/gobuffalo/buffalo-goth)
[](https://goreportcard.com/report/github.com/gobuffalo/buffalo-goth)
Buffalo-goth is a plugin for [buffalo cli](https://github.com/gobuffalo/cli)
that makes it easy to integrate [goth](https://github.com/markbates/goth)
into your Buffalo application.
## Installation
```console
$ buffalo plugins install github.com/gobuffalo/buffalo-goth@latest
```
## Usage
Generate Users, Routes
```console
$ buffalo generate goth-auth facebook twitter linkedin etc...
```
Generate Routes only
```console
$ buffalo generate goth facebook twitter linkedin etc...
```
For more detailed usage visit
https://gobuffalo.io/documentation/guides/goth/