Phauxth v0.8.1 Phauxth.Remember.Utils

Helper functions to be used with the Phauxth remember me functionality.

Summary

Functions

Add a Phoenix token as a remember me cookie

Delete the remember_me cookie

Functions

add_rem_cookie(conn, user_id, max_age \\ 604800)

Add a Phoenix token as a remember me cookie.

delete_rem_cookie(conn)

Delete the remember_me cookie.