Skip to content
Snippets Groups Projects
Commit 3fcc0cda authored by Treadway, Ross T (UG - Computer Science)'s avatar Treadway, Ross T (UG - Computer Science)
Browse files

Adding explaination of get_emails to readme

parent f1dc1a4a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,12 @@ log_out is a method that sends a delete http request containing the JWT token of
session[:logged_in] is set to false by this method
#### get_emails
get_emails is a method that takes as inputs an array of user_ids and retrives the email addresses of the corresponding users if the current user is authenticated
session[:logged_in] is set to false if the user is not autheticated by the auth microservice
## Mailer Microservice
The Mailer Microservice is run inside a docker container that is booted up by using [this](#creating-the-image) command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment