ueberauth / guardian

Elixir Authentication
MIT License
3.44k stars 381 forks source link

Peeking the way it was implemented does not work for non-jwt token types #418

Closed hassox closed 7 years ago

hassox commented 7 years ago

Unfortunately peeking - via the underlying api - would potentially not work for other token types.

This addresses this issue by ensuring that peek is pushed through the implementation module rather than skipping it and going directly to the token module.