Scott Trinh

Results 81 issues of Scott Trinh

We need more consistent and dependable errors thrown from the server with more explicit error codes so we can support easier error handling in application code and framework-support auth libraries.

auth

Currently, if you enable a provider in the `ext::auth` configuration, we allow signing up new users as well as authenticating existing users. We should provide a way for developers to...

auth

We currently return the identity provider's auth_token and refresh_token as part of the PKCE payload, but we do not have any documentation about this feature or examples of how you...

Documentation: https://developer.twitter.com/en/docs/authentication/guides/log-in-with-twitter

auth

Add new OAuth provider for Facebook. Documentation: https://developers.facebook.com/docs/facebook-login/guides/advanced/oidc-token/

auth

Add a new OAuth provider using the OpenID Connect flow. Documentation: https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2

auth

We are starting with a "core" Auth SDK library and then build idiomatic libraries for each popular web framework. This issue will track other issues for implementing those libraries for...

Publish a helper library for EdgeDB Auth targeting [Astro](https://astro.build/)

We often have queries built with the query builder where literals are inlined into the query itself. That is typically fine, but if you have a large array or json...