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

A new profile area in passport where users can predefine connected authorizations and select the preset during authoirziation ![Image](https://user-images.githubusercontent.com/695698/228845704-20f329b5-cbbd-41c9-b31c-947578d62040.png)

to-be-defined

### Description As a developer, I want to have a single entry point for obtaining a JSX.Element of provider icons, so that I may safely extend new features. ### Proposed...

enhancement
good-first-issue
dx

Splitting this feature off from main ticket #2192 This tackles adding customizability for the fonts in the Designer. These fonts are to apply to the Authentication and Authorization screens.

enhancement

### Description The `redirect_uri` parameter of the `/authorize` endpoint is not matched against the registered redirect URL. ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so...

bug

Dependent on #2119 In scenarios where a 4337 session key has expired or wasn't added to a smart contract wallet at all, it saves a bit of gas to skip...

enhancement

Optimize `/authorize` endpoint and route component. Abstract away the multiple instances of string manipulation into reusable functions. - "Add new" URL composition - (big) Loader - All "Connect" and return...

dx

We made a change in the JWTs (scopes in jwts are strings) which breaks exisitting jwts (access tokens and refresh tokens). We need to invalidate them if we cannot parse...

security

As we have a few reusable functions and structures in all of our apps that do or facilitate session management, we need to extract those into a package to be...

security
dx

The `ValidateJWT` middleware function should [make a call](https://github.com/proofzero/rollupid/blob/9ff470a6865b3ff5c75db7d596a0af1f8a2d7b63/packages/platform-middleware/jwt.ts#L26) to the access node to get a proper verification result.

enhancement
security
performance

might be useful: https://github.com/sergiodxa/remix-utils#csrf

security