Module: Authify::Core
- Defined in:
- lib/authify/core.rb,
lib/authify/core/version.rb,
lib/authify/core/secure_hashing.rb,
lib/authify/core/helpers/jwt_ssl.rb,
lib/authify/core/constants/jwt_scopes.rb
Defined Under Namespace
Modules: Constants, Helpers, SecureHashing
Constant Summary collapse
- CONFIG =
{ ssl: { public: ENV['AUTHIFY_PUBKEY_PATH'] || File.join('~', '.authify', 'ssl', 'public.pem'), private: ENV['AUTHIFY_PRIVKEY_PATH'] || File.join('~', '.authify', 'ssl', 'private.pem') }, jwt: { issuer: ENV['AUTHIFY_JWT_ISSUER'] || 'My Awesome Company Inc.' } }.freeze
- VERSION =
[ 0, # Major 0, # Minor 1 # Patch ].join('.')