This example uses an Express server to implement app authentication. The server uses a client ID and client secret to request an access token, then sends the access token to the client application.
The associated JavaScript client is required for a complete demonstration.