Nevermined Proxy
The Nevermiend Proxy allows the access to private HTTP web services for users holding a valid Nevermined access token. This access token is generated by Nevermined platform when users demonstrate they are NFT holders. The proxy is a web2 component that protect access to web2 web services using subscription NFTs as access control mechanism.
More details in this blog post: https://medium.com/nevermined-io/bringing-online-subscriptions-into-web3-with-nfts-5fc2e9570122
The proxy implementation combines with Nevermined providing the final piece to answer the following questions:
- How can we gate-keep internal and/or external web services?
- How can we provide access to these services using NFT susbcriptions?
- What are the flows that need to be supported?
- What is the architecture of the solution?
The Nevermined Proxy is Open Source software and the code can be found in the Nevermined Proxy Github repository.
In the following sections you will find more information about how to install and use the ncli
:
📄️ Getting Started
The Nevermined Proxy (aka proxy) allows to interact with HTTP web services to which their access is protected and restristed to users holding a NFT subscription.
📄️ Solution Architecture
This page describes how the tokenization of web services via Nevermined NFTs can be implemented.
📄️ User Flows
This page describes the potential user flows required to implement the end to end interactions of the Nevermined Proxy.