{"id":20165139,"url":"https://github.com/walinejs/auth","last_synced_at":"2025-08-11T02:04:31.030Z","repository":{"id":39890417,"uuid":"330169451","full_name":"walinejs/auth","owner":"walinejs","description":"Social account auth service, support github, twitter, facebook, google","archived":false,"fork":false,"pushed_at":"2025-07-28T23:32:19.000Z","size":36,"stargazers_count":16,"open_issues_count":6,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-29T01:15:57.184Z","etag":null,"topics":["facebook","google","oauth2","serverless","twitter","vercel"],"latest_commit_sha":null,"homepage":"auth-center.vercel.app","language":"JavaScript","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/walinejs.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":"2021-01-16T13:31:33.000Z","updated_at":"2025-06-22T06:02:11.000Z","dependencies_parsed_at":"2024-04-11T11:46:59.352Z","dependency_job_id":"276a9907-1f04-47b5-a377-ade57ff7c950","html_url":"https://github.com/walinejs/auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walinejs/auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walinejs%2Fauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walinejs%2Fauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walinejs%2Fauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walinejs%2Fauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walinejs","download_url":"https://codeload.github.com/walinejs/auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walinejs%2Fauth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"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-11T02:00:10.019Z","response_time":75,"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":["facebook","google","oauth2","serverless","twitter","vercel"],"created_at":"2024-11-14T00:36:52.787Z","updated_at":"2025-08-11T02:04:30.958Z","avatar_url":"https://github.com/walinejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OAuth Center\n\nThe easiest way to add user login to websites with [GitHub][GitHub], [Twitter][Twitter], [Facebook][Facebook], [Google][Google], [Weibo][Weibo], [QQ][QQ].\n## Deploy Your Own\n\nDeploy your own Waline project with Vercel.\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/walinejs/auth)\n\n## How To Use\n### GitHub\n\n`GITHUB_ID` and `GITHUB_SECRET` enviroment variables are required.\n\n- Redirect URL: `\u003ca href=\"\u003cserverUrl\u003e/github?redirect=\u0026state=\"\u003eLogin with GitHub\u003c/a\u003e`\n- Get user info: `GET \u003cserverUrl\u003e/github?code=`\n\n### Twitter\n\n`TWITTER_ID`, `TWITTER_SECRET`, `LEAN_ID` and `LEAN_KEY` environment variables are required. `LEAN_ID` and `LEAN_KEY` can got from \u003chttps://leancloud.app\u003e.\n\n- Redirect URL: `\u003ca href=\"\u003cserverUrl\u003e/twitter?redirect=\u0026state=\"\u003eLogin with Twitter\u003c/a\u003e`\n- Get user info: `GET \u003cserverUrl\u003e/twitter?oauth_token=\u0026oauth_verifier`\n### Facebook\n\n`FACEBOOK_ID` and `FACEBOOK_SECRET` enviroment variables are required.\n\n- Redirect URL: `\u003ca href=\"\u003cserverUrl\u003e/facebook?redirect=\u0026state=\"\u003eLogin with Facebook\u003c/a\u003e`\n- Get user info: `GET \u003cserverUrl\u003e/facebook?code=`\n\n### Google\n\n`GOOGLE_ID` and `GOOGLE_SECRET` enviroment variables are required.\n\n- Redirect URL: `\u003ca href=\"\u003cserverUrl\u003e/google?redirect=\u0026state=\"\u003eLogin with Google\u003c/a\u003e`\n- Get user info: `GET \u003cserverUrl\u003e/google?code=`\n\n### Weibo\n\n`WEIBO_ID` and `WEIBO_SECRET` enviroment variables are required.\n\n- Redirect URL: `\u003ca href=\"\u003cserverUrl\u003e/weibo?redirect=\u0026state=\"\u003eLogin with Weibo\u003c/a\u003e`\n- Get user info: `GET \u003cserverUrl\u003e/weibo?code=`\n\n### QQ\n\n`QQ_ID` and `QQ_SECRET` environment variables are required.\n\n- Redirect URL: `\u003ca href=\"\u003cserverUrl\u003e/qq?redirect=\u0026state=\"\u003eLogin with QQ\u003c/a\u003e`\n- Get user info: `GET \u003cserverUrl\u003e/qq?code=`\n\n\n  [GitHub]: https://github.com\n  [Twitter]: https://twitter.com\n  [Facebook]: https://facebook.com\n  [Google]: https://google.com\n  [Weibo]: https://weibo.com\n  [QQ]: https://qq.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalinejs%2Fauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalinejs%2Fauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalinejs%2Fauth/lists"}