| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sample applications showcasing Auth0's authentication and authorization capabilities in the context of generative AI applications.
Samples are organized as below:
To support users' ability to download individual quickstarts from the Auth for AI Agents docs site, this repository contains a Github Action to generate downloadable zip file artifacts of each quickstart. This action will run on any change within a quickstart folder on main branch, ensuring that the latest artifacts are always available for download.
To include a new quickstart, add a release-config.yml file to the quickstart's base directory, for example:
// authorization-for-rag/langchain-js/release-config.yml category: "authorization-for-rag" framework: "langchain-js" included: true
You can optionally add an exclude_patterns to the release-config.yml if you want to exclude any particular files from the release. Note that the release script already excludes and scans for common sensitive files. Example:
// release-config.yml exclude_patterns: - "*.tmp" - "debug.log" - "test-data/*" - ".env.test" - "node_modules/.cache/*"
To exclude an existing quickstart, within the release-config.yml file, switch included to false.
| Back | FazBrowse Home | New Git URL |