riverrun / openmaize

No longer maintained - was an Authentication library for Plug-based applications in Elixir
Other
206 stars 30 forks source link

Develop #7

Closed riverrun closed 9 years ago

riverrun commented 9 years ago

Changed IdCheck plug so that it runs authorize first.

Users need to replace:

plug Openmaize.Authorize
plug Openmaize.IdCheck

with:

plug Openmaize.Authorize.IdCheck