Sarah Jones
Sarah Jones
I had a similar issue. If it helps anyone else I think the problem is where the `required` section is placed in the identity schema. I believe it should be...
After considering Selenium, Cypress, Playwright, Puppeteer, and TestCafe: All are open source which is nice. Selenium and TestCafe look a little more complicated to set up and perhaps harder to...
Research phase is moving over to an implementation phase: see issue https://github.com/interledger/rafiki/issues/2731
This is a work in progress. Note all the TODO comments in the code as well as all outstanding issues for this PR which also list the remaining items that...
> > 3. Is there a cleaner way to check the Kratos session without needing so much repeated code in every loader? > > (Note it is not sufficient to...
> @JoblersTune what do you think about providing a default user/pass for the localenv? So that we don't need to call `docker exec -it admin-container-name npm run invite-user -- [email protected]`...
> Is there a way we can change this message to not mention social-sign in? (and maybe format the minutes nicely?) > >  There...
To consider: Auth0 Okta keycloak hydra
**NOTE:** This current status is very much in a rough draft showing off my experiments at the moment. I will update it as things progress. ### Advantages of Ory/Hydra -...
Note: I'm updating this document to reflect the current status: ### Local Playground (Preferred setup) `pnpm localenv:compose up` And in the browser simply go to http://localhost:4444/oauth2/auth?response_type=code&client_id=cloud-nine-client&redirect_uri=http://localhost:3010/callback&scope=full_access&state=ab4R32wFF ### Local Set Up...