pow-auth / pow_assent

Multi-provider authentication for your Pow enabled app
https://powauth.com
MIT License
318 stars 50 forks source link

updating merge_provider_config function typespec #207

Closed rauann closed 3 years ago

rauann commented 3 years ago

This PR updates the merge_provider_config/3 typespec adding atom() as a provider typespec. It is breaking on type checks because the provider arg can be a string or atom which is handled here

danschultzer commented 3 years ago

Good catch, thanks!