Skip to content

Commit

Permalink
feat(Auth):User signin endpoint
Browse files Browse the repository at this point in the history
Integrate user signin route

[Delivers #166841007]
  • Loading branch information
chokonaira committed Jul 11, 2019
1 parent 963e693 commit 4c732bd
Show file tree
Hide file tree
Showing 16 changed files with 231 additions and 491 deletions.
13 changes: 13 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ TEST_DB_PASSWORD=
TEST_DB_DBNAME=
TEST_DB_HOST=
SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CALLBACK_URL=
UI_CLIENT_HOST=
FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
FACEBOOK_CALLBACK_URL=
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_CALLBACK_URL=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_CALLBACK_URL=
CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_SECRET=
Loading

0 comments on commit 4c732bd

Please sign in to comment.