{"id":15763130,"url":"https://github.com/matheusps/okta-auth-example","last_synced_at":"2026-05-06T17:34:06.006Z","repository":{"id":97692183,"uuid":"135004079","full_name":"matheusps/okta-auth-example","owner":"matheusps","description":"Authentication with Okta built on top of angular 6 and angular material for learning purpose.","archived":false,"fork":false,"pushed_at":"2018-05-27T03:30:17.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-27T21:15:50.013Z","etag":null,"topics":["angular","angular-cli","angular-material","angular6","authentication","material","oauth2","okta"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/matheusps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-27T00:29:40.000Z","updated_at":"2018-05-27T03:32:53.000Z","dependencies_parsed_at":"2023-04-19T21:01:40.868Z","dependency_job_id":null,"html_url":"https://github.com/matheusps/okta-auth-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusps/okta-auth-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusps%2Fokta-auth-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusps%2Fokta-auth-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusps%2Fokta-auth-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusps%2Fokta-auth-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusps","download_url":"https://codeload.github.com/matheusps/okta-auth-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusps%2Fokta-auth-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32704473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","angular-cli","angular-material","angular6","authentication","material","oauth2","okta"],"created_at":"2024-10-04T11:40:42.580Z","updated_at":"2026-05-06T17:34:05.990Z","avatar_url":"https://github.com/matheusps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Okta Auth Example\n\n### Before run\n1. Go to Okta's developers page at: https://developer.okta.com/.\n2. Create an account if you do not have one\n3. Create an SPA application if you do not have one. \n3. Change the file ./_config/auth.config.ts, with your app's parameters:\n```sh\n/** Config for Okta  */\nexport const AuthConfig = {\n    issuer: 'https://{your_domain}.com/oauth2/default',\n    redirectUri: 'http://localhost:4200/implicit/callback',\n    clientId: '{client_id}'\n};\n```\n\n### Running\n\nThis project requires angular-cli to run.\nInstall the dependencies and devDependencies and start the server.\n\n```sh\n$ cd okta-auth-example\n$ yarn\n$ ng serve\n```\nObs.: You can use npm, but use yarn =\u003e because it is cooler!... duh!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusps%2Fokta-auth-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusps%2Fokta-auth-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusps%2Fokta-auth-example/lists"}