-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add support for connected accounts #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
a6a9a8a to
9947c1d
Compare
ed34983 to
1ef54db
Compare
2985181 to
67dd658
Compare
| RESOURCE_SERVER_CLIENT_ID="<your-resource-server-client-id>" | ||
| RESOURCE_SERVER_CLIENT_SECRET="<your-resource-server-client-secret>" | ||
| # on behalf of the user within your Langgraph API. Only needed for Langgraph example. | ||
| CUSTOM_API_CLIENT_ID="<your-custom-api-client-id>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if ok w/ you, can we stick w/ AUTH0_CUSTOM_API_CLIENT_{X} convention?
We started that recently, and i like to keep prefix the "AUTH0_" prefix if we can, and naming has been consistent in the other samples/docs (until we name it otherwise 😛 )
https://github.com/search?q=repo%3Aauth0%2Fdocs-v2%20AUTH0_CUSTOM_API&type=code
https://github.com/search?q=repo%3Aauth0-samples%2Fauth0-ai-samples%20AUTH0_CUSTOM_API&type=code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great suggestion! fixed ✔️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty 🙇
|
No description provided.