Nex Zhu

Results 71 comments of Nex Zhu

@admorgan Can this be merged?

Netbird is searching for `AuthUserIDClaim` (e.g., `name`, `email`) in access tokens, but these fields only present in ID tokens, Netbird should extract them from ID tokens.

@darcyYe Casdoor is also an open source IDM and it supports CAS 3.0 protocol too https://casdoor.org/docs/how-to-connect/cas/

@antfu done: https://github.com/daotl/effect-boilerplate/tree/nuxt4/frontend/eslint.config.mjs ```js /* eslint-disable @typescript-eslint/ban-ts-comment */ // @ts-nocheck import antfu from '@antfu/eslint-config' import withNuxt from "./.nuxt/eslint.config.mjs" export default withNuxt( antfu() ) ```

No, I'm using `patch-packages` for now

I'm using `shamefully-hoist=true` in `.npmrc`, maybe related?