riverrun / phauxth

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

Make it easier to add custom metadata to the log functions #21

Closed riverrun closed 7 years ago

riverrun commented 7 years ago

When calling the Plugs and verify functions, it should be easy to add custom metadata to the Phauxth.Log output.

Proposal

riverrun commented 7 years ago

Done.

All of the verify functions and Plugs now have a log_meta option, which should be a keyword list.