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 templates to support current buffalo generated code (v0.16.20) #81

Closed pijalu closed 2 years ago

pijalu commented 3 years ago

Buffalo uses different version of pop and this results in exception during casting. Updating them to current version solves issues and allow plugin usage

pijalu commented 3 years ago

this also seems to solve part of #67 (the login form with POST /auth/new) - route is now as expected (/auth)

mattboll commented 3 years ago

Hello, It looks like the pull request will work for buffalo v0.17.2 too

sio4 commented 2 years ago

Ah, I am sorry. We had some progress on the module dependency upgrading across all packages along with packr removal last winter and changes on this PR were also a part of that progress. I didn't realize there was a related PR (this) during the period.

Closing this PR as it is obsoleted now. However, many thanks for filing a PR!