ueberauth / guardian

Elixir Authentication
MIT License
3.44k stars 381 forks source link

Guardian.revoke(token) method raises error #435

Closed sofakingworld closed 6 years ago

sofakingworld commented 6 years ago

In calling method Guardian.revoke(token) getting error below:

image

Seems like mod.peek(token) should be replaced to token_mod.peek(token)

But when i did this, got another error: image

I'm using Elixir 1.5.2

yordis commented 6 years ago

Fixed by https://github.com/ueberauth/guardian/pull/430

@ueberauth/core could somebody release it if it nos released yet.

yordis commented 6 years ago

@hassox Do you think is possible to have some patch release so people dont keep getting into this error?

doomspork commented 6 years ago

@yordis and @SofaKing18 v1.0.1 has been released 👍