Skip to content

carlonicora/minimalism-service-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimalism-service-security

minimalism-service-security is a service for minimalism to manage password security and to manage signature of API calls

Getting Started

To use this library, you need to have an application using minimalism. This library does not work outside this scope.

Prerequisite

You should have read the minimalism documentation and understand the concepts of services in the framework.

Installing

Require this package, with Composer, in the root directory of your project.

$ composer require carlonicora/minimalism-service-security

or simply add the requirement in composer.json

{
    "require": {
        "carlonicora/minimalism-service-security": "~1.0"
    }
}

Deployment

This service does not requires any parameter in your .env file in order to work. It accepts, however, a custom header name to use to carry the call signature.

Optional parameters

#custom signature name
MINIMALISM_SERVICE_SECURITY_HEADER_SIGNATURE=

Build With

Versioning

This project use Semantiv Versioning for its tags.

Authors

  • Carlo Nicora - Initial version - GitHub | phlow
  • Sergey Kuzminich - maintenance and expansion - GitHub |

License

This project is licensed under the MIT license - see the LICENSE.md file for details

License: MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published