ueberauth / guardian_db

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

Compatibility with Guardian 2.0 #110

Closed IvanShpotenko closed 5 years ago

IvanShpotenko commented 5 years ago

It seems like Guardian goes 2.0. Does anyone know if guardian 2.0 has any breaking changes that would require updating guardian_db to be compatible?

Failed to use "guardian" (version 2.0.0) because
  guardian_db (version 2.0.1) requires ~> 1.0
  mix.exs specifies ~> 2.0
yordis commented 5 years ago

@IvanShpotenko yeah totally, let me release a new version, the breaking change was due to removing Phoenix specific code.

Feel free to use v2 without any worry about guardian_db

yordis commented 5 years ago

@IvanShpotenko new version released, it should work now.