pedroetb/node-oauth2-server-mongo-example

HTTPS instead of HTTP

vsantoro opened this issue · 1 comments

what needs to be modified to use HTTPS instead of HTTP ? is this possible for Oauth2-Server

Serving in HTTPS can be achieved configuring the web server (Express.js on this example).
Also, is usual to delegate this task to a reverse proxy (Nginx, for example) between you and the app, so the protocol security is transparent to your backend app.