ueberauth / guardian_db

Guardian DB integration for tracking tokens and ensuring logout cannot be replayed.
MIT License
368 stars 87 forks source link

Warning when generating guardian db migration #80

Closed ccarvalho-eng closed 6 years ago

ccarvalho-eng commented 6 years ago

Hello guys, Not sure if here's the right place to post this kind of stuff but let me know if not. I followed the steps described on README but after run mix guardian.db.gen.migration I got this error:

** (Mix) The task "guardian.db.gen.migration" could not be found because the module is named Mix.Tasks.Guardian.DB.Gen.Migration instead of Mix.Tasks.Guardian.Db.Gen.Migration as expected. Please rename it and try again

Could someone, please, give me a help?

The error message is pretty simple to understand what's going on but I'd like to know if there's something I can do on my end or it is already being fixed.

yordis commented 6 years ago

@ueberauth/core this is the 3rd issue related to this. It is fixed on master. Could you release this as soon as you can so we do not keep getting this issue please.

ccarvalho-eng commented 6 years ago

I think for now I can create the migration manually. Thanks

yordis commented 6 years ago

@webofbits sounds good, this is fixed on master but we need to release it.

doomspork commented 6 years ago

@yordis a guardian_db release?

yordis commented 6 years ago

@doomspork yes

doomspork commented 6 years ago

@yordis @webofbits 1.1.0 has been released 👍