Any existing pass providers? #3
Replies: 1 comment
-
|
Yo Norm!
Not yet. However, there's a devtool that lets you manually enter a result for a given Pass Request using the Polyfill flow, so you can effectively emulate a Pass Provider that supports any given request. You can try it by going to one of our examples, and selecting "Document.Passes" in pane on the right to use the actual We're working on a complementary tool that lets you create and send arbitrary Pass Requests to make that interactive debug/dev flow end-to-end. You can preview it at: https://passes.org/request/dev (url may change later when it's released)
Nope! That's the beauty of the protocol. If the requests your app makes are supported by the user's Pass Provider, it will work with your app, and generally your app will be totally agnostic and unaware of which Pass Provider the user uses. Related to that, we're currently exploring how to support delegating a Pass Request to another Pass Provider to support a world where people may choose to use one primary catch-all Pass Provider for common, everyday requests, and a small set of niche Pass Providers for less common use cases. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Heyo started looking in to playing with this but couldn't find any existing pass providers to make requests to. Brings me two Qs: 1) are there any existing pass providers to use and 2) does every one of my users have to have an app or account with that specific pass provider or is there a way to make a general request that gets fulfilled by any pass provider that the user has?
Beta Was this translation helpful? Give feedback.
All reactions