You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client id is in react.
any user can see it.
is this bad?
or is this ok because there's access limitation in google platform?
(only by "http://localhost:3000" now)
solution
use backend and proxy to hide client key from users
path
client/src/components/googleAuth/GoogleAuth.tsx
client/src/util/keys.ts
point to fix
client id is in react.
any user can see it.
is this bad?
or is this ok because there's access limitation in google platform?
(only by "http://localhost:3000" now)
solution
use backend and proxy to hide client key from users
ref
security of google auth client key modern_react_with_redux#4
tried ( not recommended )
The text was updated successfully, but these errors were encountered: