manukall / phoenix_token_auth

Token authentication solution for Phoenix. Useful for APIs for e.g. single page apps.
MIT License
163 stars 39 forks source link

upgrade poison and mailgun #55

Closed falti closed 8 years ago

falti commented 8 years ago

This resolves incompatibilities with poison 1.5 by using newer mailgun version.

I ran the tests and it looks all fine.

manukall commented 8 years ago

thanks!