Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobuffalo/buffalo-goth
Goth Generator for Buffalo
https://github.com/gobuffalo/buffalo-goth
generator go gobuffalo golang goth plugin
Last synced: 2 days 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T14:07:15.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T02:05:33.399Z (5 months ago)
- Topics: generator, go, gobuffalo, golang, goth, plugin
- Language: Go
- Size: 1.31 MB
- Stars: 12
- Watchers: 9
- 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
[![Standard Test](https://github.com/gobuffalo/buffalo-goth/actions/workflows/standard-go-test.yml/badge.svg)](https://github.com/gobuffalo/buffalo-goth/actions/workflows/standard-go-test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/gobuffalo/buffalo-goth.svg)](https://pkg.go.dev/github.com/gobuffalo/buffalo-goth)
[![Go Report Card](https://goreportcard.com/badge/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/