{"id":14989841,"url":"https://github.com/auth0-blog/mean-rsvp-auth0","last_synced_at":"2025-08-20T12:46:13.703Z","repository":{"id":76645259,"uuid":"95147841","full_name":"auth0-blog/mean-rsvp-auth0","owner":"auth0-blog","description":"MEAN stack application with Auth0 (see sample deployed at https://rsvp.kmaida.net)","archived":false,"fork":false,"pushed_at":"2018-08-20T13:52:14.000Z","size":563,"stargazers_count":97,"open_issues_count":0,"forks_count":46,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-19T08:49:31.158Z","etag":null,"topics":["angular","auth0","sample-app","tutorial"],"latest_commit_sha":null,"homepage":"https://auth0.com/blog/real-world-angular-series-part-1","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auth0-blog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-22T19:06:15.000Z","updated_at":"2023-07-17T12:27:23.000Z","dependencies_parsed_at":"2023-02-28T19:15:39.913Z","dependency_job_id":null,"html_url":"https://github.com/auth0-blog/mean-rsvp-auth0","commit_stats":{"total_commits":84,"total_committers":1,"mean_commits":84.0,"dds":0.0,"last_synced_commit":"0ef1fd599ff4bf77244823b5e476373aca7fae7f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/auth0-blog/mean-rsvp-auth0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fmean-rsvp-auth0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fmean-rsvp-auth0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fmean-rsvp-auth0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fmean-rsvp-auth0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0-blog","download_url":"https://codeload.github.com/auth0-blog/mean-rsvp-auth0/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0-blog%2Fmean-rsvp-auth0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271321440,"owners_count":24739472,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular","auth0","sample-app","tutorial"],"created_at":"2024-09-24T14:19:00.500Z","updated_at":"2025-08-20T12:46:13.658Z","avatar_url":"https://github.com/auth0-blog.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MEAN-RSVP-Auth0\n\nThis is the sample repository for the Real-World Angular Series of tutorials. Begin the tutorials here: [Real-World Angular Series - Part 1](https://auth0.com/blog/real-world-angular-series-part-1).\n\n## Requirements\n\n* [Node + npm](https://nodejs.org/)\n* [Angular CLI](https://cli.angular.io/) v6+\n* [Auth0 account](https://auth0.com) with [application](https://manage.auth0.com/#/applications)\n* [mLab](https://mlab.com) MongoDB database\n\nThis repo is intended to be supplemental to the tutorials. Reference the tutorials for full implementation details.\n\n## Install\n\nClone this repository, then run:\n\n```\n$ npm install\n```\n\n## Setup\n\n* Add your Auth0 and MongoDB credentials and remove `.SAMPLE` extension: `server/config.js.SAMPLE`\n* Add your Auth0 credentials and remove `.SAMPLE` extension: `src/app/auth/auth.config.ts.SAMPLE`\n\n## Development server\n\n```bash\n$ npm run dev\n```\n\nApp available at `http://localhost:4200`.\n\nServer available at `http://localhost:8083/api`.\n\n## Build (local)\n\n```\n$ ng build --prod // client\n$ node server // server\n```\n\nApp and server both available on `http://localhost:8083`.\n\n## Deploy\n\nTo deploy the app in this repo to a production environment, follow the instructions here: [Real-World Angular Series - Part 8](https://auth0.com/blog/real-world-angular-series-part-8/#deploy).\n\n## What is Auth0?\n\nAuth0 helps you to:\n\n* Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**.\n* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.\n* Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user.\n* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely.\n* Analytics of how, when and where users are logging in.\n* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).\n\n## Create a Free Auth0 Account\n\n1. Go to [Auth0](https://auth0.com) and click Sign Up.\n2. Use Google, GitHub, or Microsoft Account to log in.\n\n## Issue Reporting\n\nIf you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.\n\n## Author\n\n[Auth0](auth0.com)\n\n## License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0-blog%2Fmean-rsvp-auth0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauth0-blog%2Fmean-rsvp-auth0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0-blog%2Fmean-rsvp-auth0/lists"}