Open
Description
auth.md:
If you're building a client-side Javascript app or a mobile app that doesn't have an associated back-end server, you'll find that you need to take some special steps to keep your client_secret confidential.
How can I keep my client_secret confidential if I want to build a 100%-browser JavaScript app?
How is the secret used? I don't see it in the URL examples of the client-side flow.