Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/