Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #75 from mukobi/users-readme-db-is_organizer-instr…
Browse files Browse the repository at this point in the history
…uctions

(XS) Add is_organizer instructions
  • Loading branch information
Gabriel Mukobi committed Aug 8, 2019
2 parents 5766666 + 6eefe58 commit b620eef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Set up [Google Sign-In for Websites](https://developers.google.com/identity/sign
export GAUTH_CLIENT_ID="123-my-google-oauth-service-client-id-456"
```

After you have deployed both the users service and the pageserve service, you will need to mark users as organizers in the database for them to be authorized to create events. To do this, after a given user signs in from pageserve such that the users service inserts them into the database, find the user in the `users_collection` through your MongoDB explorer and set their `is_organizer` field to `true`.

### Running, Testing, and Deploying

The procedures for running, testing, and deploying a microservice are the same for all of the microservices. See [the master README.md](../README.md).

0 comments on commit b620eef

Please sign in to comment.