Dan Moore

Results 160 issues of Dan Moore

Cover a few things: * sizing right * load testing * external integration considerations (webhooks, connectors, messengers) * importing users * refresh tokens * number of webhooks * number of...

project

https://zuplo.com/docs/policies/open-id-jwt-auth-inbound has an integration with Auth0 and Cognito, we could add the same for FusionAuth. Here's the repo: https://github.com/zuplo/docs

We have this documented, need to polish and publish.

We have these internally, need to polish and port them over.

Consider putting a Sub-Processors List (for FusionAuth cloud) on the marketing site. Here's one that split.io has: https://www.split.io/legal/data-subprocessors/

When I upgraded the versions of semver, vite and @babel/core per dependabot, we start seeing errors in the build: https://github.com/FusionAuth/fusionauth-site/actions/runs/5697466455/job/15444222535 ``` Error: R] Invalid command: on-resolve [plugin JavaScript plugins] node_modules/esbuild/lib/main.js:734:12:...

Want to cover two additional MFA scenarios - how to enable MFA config during registration ([2305](https://github.com/fusionauth/fusionauth-issues/issues/2305)) - how to enforce non-standard/unsupported MFA rules (have the lambda put MFA info into...

We have some cool user reporting in the admin tool, but we don't document it beyond APIs. Should do so.

project

Show how to use FusionAuth to manage OAuth authorization, rather than authentication. Have a user login using username/password, then: * click a button to authorize access to google calendar (complete...

project

Write a GH workflow to check for non ascii characters. - name: Check for non ascii characters run: | LC_ALL=C grep -R --color='auto' '[^ -~]' Internal: https://inversoft.slack.com/archives/C02CR2M6SRK/p1686756352927309