oauth2-firebase icon indicating copy to clipboard operation
oauth2-firebase copied to clipboard

Added "views_path" property in Configuration to customize views direc…

Open ole1986 opened this issue 6 years ago • 0 comments

This PR added a new configuration property "views_path" allow to define a different views directory to customize the authentication.ejs as well as the consent.ejs templates.

Configuration.init({
  crypto_auth_token_secret_key_32: '[...]',
  project_api_key: '[...]',
  view_path: path.join(__dirname, '../../views')
});

Would really appreciate this to be part of the project. Thank you

ole1986 avatar Jul 15 '19 14:07 ole1986