{"id":29573139,"url":"https://github.com/auth0-samples/samples-bootstrap-theme","last_synced_at":"2025-07-19T05:31:59.157Z","repository":{"id":296516053,"uuid":"161329365","full_name":"auth0-samples/samples-bootstrap-theme","owner":"auth0-samples","description":"Theme for the new Auth0 Quickstart sample applications","archived":false,"fork":false,"pushed_at":"2020-07-10T07:08:24.000Z","size":3811,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-31T19:51:50.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auth0-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-11T12:17:52.000Z","updated_at":"2024-07-01T17:22:03.000Z","dependencies_parsed_at":"2025-05-31T20:11:51.152Z","dependency_job_id":null,"html_url":"https://github.com/auth0-samples/samples-bootstrap-theme","commit_stats":null,"previous_names":["auth0-samples/samples-bootstrap-theme"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/auth0-samples/samples-bootstrap-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-samples%2Fsamples-bootstrap-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-samples%2Fsamples-bootstrap-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-samples%2Fsamples-bootstrap-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-samples%2Fsamples-bootstrap-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0-samples","download_url":"https://codeload.github.com/auth0-samples/samples-bootstrap-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-samples%2Fsamples-bootstrap-theme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265893931,"owners_count":23845182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-19T05:31:58.196Z","updated_at":"2025-07-19T05:31:59.117Z","avatar_url":"https://github.com/auth0-samples.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth0 Quickstart Application Theme\n\nA theme for the Auth0 Quickstart applications based on [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/).\n\n## Installation\n\nInstall the theme from the CDN:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.auth0.com/js/auth0-samples-theme/1.0/css/auth0-theme.min.css\" /\u003e\n```\n\nAs the theme is based on Bootstrap 4, you will also need to include Bootstrap's CSS:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css\" integrity=\"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T\" crossorigin=\"anonymous\"\u003e\n```\n\nAs well as the JavaScript assets if you are not using a library such as [Reactstrap](https://reactstrap.github.io/) or [Bootstrap Widgets for Angular](https://ng-bootstrap.github.io/#/home):\n\n```html\n\u003cscript src=\"https://code.jquery.com/jquery-3.2.1.slim.min.js\" integrity=\"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js\" integrity=\"sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js\" integrity=\"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n```\n\n\u003e **Note**: The intended use for this library is for the Auth0 QuickStart projects, which _do_ make use of JavaScript-enabled components, and so jQuery will need to be installed.\n\n## Building Assets\n\nTo build the CSS assets into the `dist/` folder, use:\n\n```bash\nnpm run build\n```\n\nThis will then compile SCSS files into CSS, and minify the file to produce a production-ready version.\n\n## Implementing the Custom Theme\n\nPlease read the [implementation guide](https://github.com/auth0-samples/samples-bootstrap-theme/wiki/Implementing-the-Design) for integrating this theme into a project.\n\n## Version Information\n\nThis project uses the [Semver scheme](https://semver.org/) to manage versioning.\n\n## Contributing\n\nTo contribute to this repository, please first read [the contributing guidelines](docs/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0-samples%2Fsamples-bootstrap-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauth0-samples%2Fsamples-bootstrap-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0-samples%2Fsamples-bootstrap-theme/lists"}