gobuffalo / buffalo-auth

Buffalo auth plugin helps adding username password authentication to your app
https://gobuffalo.io
MIT License
41 stars 28 forks source link

Fix deprecrecation warning #3

Closed robbyoconnor closed 6 years ago

robbyoconnor commented 6 years ago

$ buffalo generate auth INFO[0000] Find is deprecated, and will be removed in v0.12.0. Use generators.FindByBox instead. Called from /home/rob/gocode/src/github.com/gobuffalo/buffalo-auth/auth/auth.go:14

robbyoconnor commented 6 years ago

Hmm you're right -- this doesn't build. Closing for now.