Skip to content

Implementation for Google OAuth #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added missing environment property
  • Loading branch information
Naveen Kumar Naveen Kumar authored and Naveen Kumar Naveen Kumar committed Mar 3, 2018
commit a19577407bf45f971396cc1c1a8c5360826cd14c
1 change: 1 addition & 0 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const environment = {
production: true,
LOG_LEVEL: 'warn',
AUTH_URL: 'https://accounts.google.com/o/oauth2/v2/auth',
OAUTH_CLIENT_ID: '603712460284-9c20vfg98ra1cecdhu2r84d4ij6erpcr.apps.googleusercontent.com'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this CLIENT_ID permanent?

Also - can we add this in README.md section on OAuth that such client is needed and how do we register to get it?

};