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

`buffalo g auth` needs an update #82

Closed ernsheong closed 2 years ago

ernsheong commented 2 years ago

An update is needed for buffalo g auth to work seamlessly with latest Buffalo. Also, https://github.com/gobuffalo/buffalo-auth/issues/67

rayjanoka commented 2 years ago

lots of issues getting off the ground, but I got it.

this post helped, make sure to update all your imports to match these:

  "github.com/gobuffalo/pop/v6"
  "github.com/gobuffalo/validate/v3"
  "github.com/gobuffalo/validate/v3/validators"
NurfitraPujo commented 2 years ago

Thanks, this post really helped me

sio4 commented 2 years ago

Hi,

Thanks for the posts! Actually, this issue was addressed when we were updating all module dependencies last winter, but I found we missed releasing a new version! I will check some more and will proceed with it! Thanks!