auth_plug v1.2.0 AuthPlug.Helpers
Link to this section Summary
Functions
get_baseurl_from_conn/1
derives the base URL from the conn struct
e.g: http://localhost:4000 or https://app.dwyl.com
strip_struct_metadata/1
removes the Ecto Struct metadata from a struct.
This is essential before attempting to create a JWT as Jason.encode/2
chokes on any invalid data. See: github.com/dwyl/auth_plug/issues/16
Link to this section Functions
get_baseurl_from_conn/1
derives the base URL from the conn struct
e.g: http://localhost:4000 or https://app.dwyl.com
Link to this function
strip_struct_metadata(struct)
strip_struct_metadata/1
removes the Ecto Struct metadata from a struct.
This is essential before attempting to create a JWT as Jason.encode/2
chokes on any invalid data. See: github.com/dwyl/auth_plug/issues/16