You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Need to implement GNAP authorization for communication between TrustBloc components. Currently, it's a mix of zcap and oauth based on individual APIs. The goal is to have a common auth framework for all components and APIs.
The hub-auth project will work as an Authorization Server. This needs to implement following main APIs.
grant request endpoint
introspect
Also, it needs to provide reusable client sdk to generate grant requests and add httpsign for all the requests sent during the flows along with verification of signatures.
Need to implement GNAP authorization for communication between TrustBloc components. Currently, it's a mix of zcap and oauth based on individual APIs. The goal is to have a common auth framework for all components and APIs.
The initial design can be found here.
The hub-auth project will work as an Authorization Server. This needs to implement following main APIs.
Also, it needs to provide reusable client sdk to generate grant requests and add httpsign for all the requests sent during the flows along with verification of signatures.
High level tasks:
The text was updated successfully, but these errors were encountered: