riverrun / phauxth

Not actively maintained - Authentication library for Phoenix, and other Plug-based, web applications
409 stars 20 forks source link

Remove PhxToken module #88

Closed riverrun closed 5 years ago

riverrun commented 5 years ago

Instead of offering the PhxToken module, which provides an example of using the Phauxth.Token behaviour, it would be better, in the long run, to encourage developers to define their own token module.

This will mean that the initial setup will involve slightly more work, but, in the future, it will make it easier for the developer to handle updates / changes to the backend token implementation.

riverrun commented 5 years ago

Added deprecation warning to PhxToken module in 2.0.0-beta.0

riverrun commented 5 years ago

Removed in version 2.0.0-beta.1