Metadata-Version: 2.1
Name: dffml-feature-auth
Version: 0.1.0.post0
Summary: UNKNOWN
Home-page: https://github.com/intel/dffml/blob/master/feature/auth/README.md
Author: John Andersen
Author-email: john.s.andersen@intel.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE

# DFFML auth Features

auth description.

## Usage

Example usage

```console
$ dffml operations repo \
  -sources memory=nill \
  -log debug \
  -keys feedface \
  -repo-def UnhashedPassword \
  -ops scrypt get_single \
  -opimpn-memory-opimps scrypt get_single \
  -remap get_single.ScryptPassword=scrypt \
  -output-specs '["ScryptPassword"]=get_single_spec'
[
    {
        "extra": {},
        "features": {
            "scrypt": {
                "hashed":
"322e95513218f1b70c34cc8af4eafdc18c44946c51b5b7cfd4c0258047d38942dd153822ad118fe908cfa15a1b315402772ea33608bcaf20f6a5e32dc4891a50",
                "salt":
"e78f23e1a05165211d50652e7a07e769ade1192c126d049b022a10d5b8ff1a3ff474666824915c9e318b2f06a37d52ff1dfcc8e9f56873d0b083ee2d43f7b9c7"
            }
        },
        "last_updated": "2019-05-10T15:58:19Z",
        "key": "feedface"
    }
]
```

## License

DFFML DFFML auth are distributed under the
[MIT License](LICENSE).


