- 
                Notifications
    
You must be signed in to change notification settings  - Fork 17
 
feat: calling-others-apis, adds LangGraph.js + React SPA quickstart #82
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
d440ce3    to
    f79ee4b      
    Compare
  
            
          
                auth4genai/snippets/get-started/langchain-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | 
               | 
          ||
| **Recommended**: To use this example, clone the [Auth0 AI JS](https://github.com/auth0-lab/auth0-ai-js.git) repository: | ||
| ### Clone sample app | ||
| Clone this sample app from the [Auth0 AI JS](https://github.com/auth0-lab/auth0-ai-js.git) repository: | 
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.
IMO we should move this app to samples repo as well
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.
whoops, meant to update this one as well like the one above. good catch! 👍
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.
opened:
auth0-samples/auth0-ai-samples#14
and updated in:
ddb8133
        
          
                auth4genai/snippets/get-started/langchain-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/langchain-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/langchain-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/langchain-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/langchain-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                auth4genai/snippets/get-started/vercel-ai-react-spa-js/call-others-api.mdx
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | VITE_AUTH0_AUDIENCE=your-api-identifier | ||
| VITE_LANGGRAPH_API_URL=http://localhost:2024 | ||
| ``` | ||
| 
               | 
          
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.
Can we add instructions here for the user on how to get these values from the dashboard similar to the other quickstarts?
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.
added in: 84a7e65
ty 🙇
Co-authored-by: lrzhou25 <141781699+lrzhou25@users.noreply.github.com>
ddb8133    to
    84a7e65      
    Compare
  
    
Description
Adds new Getting Started material for LangGraph.js + React SPA example, added in:
auth0-samples/auth0-ai-samples#10
auth0/auth0-ai-js#267
note: will need rebase of this around the time of merge:
#75
This will ensure the tabs do not become overloaded, and we can showcase underneath LangGraph -> Calling third-party Party APIs -> React SPA.
References
https://auth0team.atlassian.net/browse/AIDX-111
Testing
Checklist