is putting the clientid and domain values in the angular app.module.ts is a bad thing and security issue?
(since every person can search for it in developer tools) .
if it is a problem , what are you recommending to do ?
thank you ,
ron
is putting the clientid and domain values in the angular app.module.ts is a bad thing and security issue?
(since every person can search for it in developer tools) .
if it is a problem , what are you recommending to do ?
thank you ,
ron
Hello there @devtazrimbusiness welcome to the community!
Neither the client_id nor domain are considered confidential information so it’s acceptable in this case to include in your app.module.ts.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.