rollupid icon indicating copy to clipboard operation
rollupid copied to clipboard

Open Source and OIDC compliant digital identity for the private web

Results 100 rollupid issues
Sort by recently updated
recently updated
newest added

### Description Once a wallet account using MetaMask is linked with an email id - the next time I use the same wallet account am unable to choose to link...

bug

Current utility functions for persona operations are closely tied to the scopes that are currently supported (openid, email and profile). This tracks the work on making those generic and implements...

performance

### Description Continuation of: https://github.com/proofzero/rollupid/issues/1761 We need a strategy to handle: - Running in multiple browsers at once / parallelization - Global setup and teardown of accounts - Deleting entire...

to-be-defined

The current implementation of pre-authorization relies on the chain of storing authorization data in Authorization DO until the code is exchanged for the token, at which point it persists the...

performance

Our current support is limited to the equivalent of the `client_secret_post` authentication type for the purpose of authenticating a client at the token exchange stage of the authz flow. Additional...

enhancement
security

Currently, only `/authorize` and `/token` endpoints are exposed as of #1463 Additional endpoints should be exposed for the added standard functionality. The work should be broken down into separate issues,...

to-be-defined

With the authorization values now being selectable by the user, the API data patterns (read, write) need to take into account the selected entries in the Persona. Eg. an operation...

enhancement
security

Define progressive authorization when the developer changes their application scope requirements. Things to define - [ ] UI in Console to add scope claims to an existing app, with option...

enhancement
to-be-defined

To allow enhancing the edge tag with attributes, the tag needs to be enhanced so it supports the full features of a `FullURN`. To support this, the `nodes` table in...

enhancement

### Why Developers need a simple migration path to map Rollup subs to existing user databases. ### What Console should have an import function where they can upload a table...

to-be-defined