{"id":23213220,"url":"https://github.com/srijan-d/next-auth","last_synced_at":"2026-05-18T14:32:57.155Z","repository":{"id":155414648,"uuid":"539017206","full_name":"Srijan-D/Next-Auth","owner":"Srijan-D","description":"Implementation of NextAuth.js  for authentication using Nextjs","archived":false,"fork":false,"pushed_at":"2023-03-30T21:46:00.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T03:41:41.731Z","etag":null,"topics":["authentication","google-console","next-auth","next13","nextjs","session"],"latest_commit_sha":null,"homepage":"","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/Srijan-D.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,"zenodo":null}},"created_at":"2022-09-20T13:57:29.000Z","updated_at":"2023-06-28T16:13:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb7a3617-21f2-4d77-b2ef-250983356a53","html_url":"https://github.com/Srijan-D/Next-Auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Srijan-D/Next-Auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srijan-D%2FNext-Auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srijan-D%2FNext-Auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srijan-D%2FNext-Auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srijan-D%2FNext-Auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Srijan-D","download_url":"https://codeload.github.com/Srijan-D/Next-Auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Srijan-D%2FNext-Auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33181061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["authentication","google-console","next-auth","next13","nextjs","session"],"created_at":"2024-12-18T19:15:47.231Z","updated_at":"2026-05-18T14:32:57.150Z","avatar_url":"https://github.com/Srijan-D.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next-Auth\nImplementation of NextAuthJS  for authentication using Nextjs\n\nprior to this we need to add the callback url in the applications\n\nexample for google:\nAuthorized redirect URIs=http://localhost:3000/api/auth/callback/google\n\nAuthentication for other apps need to take place similarly just add the right callback url \n\nInside the index.js file I have also shown how to use the inbuilt singIn and signOut functions provided by the next-auth library\n\nsecret \nDefault value: string (SHA hash of the \"options\" object) in development, no default in production.\nRequired: Yes, in production!\n\n\n Not providing any secret or NEXTAUTH_SECRET will throw an error in production.\nA random string is used to hash tokens, sign/encrypt cookies and generate cryptographic keys.\n\n\nCustom pages / urls can be specified using the pages option though it is not mandatory even for production\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrijan-d%2Fnext-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrijan-d%2Fnext-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrijan-d%2Fnext-auth/lists"}