Skip to content

Refactoring session routing

Tianyi Wang requested to merge refactoring_session_routing into master

Fixes #21 (closed)

  • Moves authenticate_user to auth_controller. And Use it as a function plug.
  • Applies this authenticate_user function plug to the resources needed to be protected.
  • Add Auth module plug to browser pipeline, so it gets called for every action which it will add current_user to everything.

Merge request reports