@athenz/auth-core

1.0.0 • Public • Published

auth-core

Core interfaces for authorization

--- Customizing configuration settings ---

The application can change these values by adding a following configuration file, and the file should be a module which exports a function returns the configuration object

File path:

process.cwd() + '/config/config.js'

Configuration object:

module.exports = function() {
  return {
    principalIpCheckMode: 'OPS_WRITE',
    principalTokenAllowedOffset: '300',
    principalUserDomain: 'user',
    principalHeader: 'Athenz-Principal-Auth',
    tokenMaxExpiry: String(30 * 24 * 60 * 60),
    tokenNoExpiry: true,
    loglebel: 'debug'
  };
};

License

Licensed under the Apache License, Version 2.0

Readme

Keywords

Package Sidebar

Install

npm i @athenz/auth-core

Weekly Downloads

9

Version

1.0.0

License

Apache-2.0

Last publish

Collaborators

  • athenz