iotaledger / access-server

Apache License 2.0
14 stars 3 forks source link

[AXS-24] PAP API #57

Closed bernardoaraujor closed 4 years ago

bernardoaraujor commented 4 years ago

Policy Administration Point manages updates to policies and determines which policies apply to what requests.

PAP directory structure on repository must look like the following:

access/pap/
├── pap.c
├── pap.h
├── user
│   ├── user.c
│   └── user.h
└── validator
    ├── validator.c
    └── validator.h

API Requirements:

Related issues: https://github.com/iotaledger/access/issues/50 https://github.com/iotaledger/access/issues/47

JIRA: AXS-24

strahinjagolic commented 4 years ago

Done in 99ab331d3ee8010852ca90a713a9de4478b6f8bc