{"id":17820565,"url":"https://github.com/deftomat/just_google_signin","last_synced_at":"2025-04-02T09:43:21.433Z","repository":{"id":56833447,"uuid":"72311594","full_name":"deftomat/just_google_signin","owner":"deftomat","description":"A Google SignIn library for Dart with an OpenID Connect support.","archived":false,"fork":false,"pushed_at":"2016-11-05T12:12:32.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T00:43:54.464Z","etag":null,"topics":["dart","google-jwt","google-signin","jwt"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/just_google_signin","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deftomat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-29T21:58:28.000Z","updated_at":"2017-06-19T09:58:58.000Z","dependencies_parsed_at":"2022-09-08T07:41:44.395Z","dependency_job_id":null,"html_url":"https://github.com/deftomat/just_google_signin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deftomat%2Fjust_google_signin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deftomat%2Fjust_google_signin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deftomat%2Fjust_google_signin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deftomat%2Fjust_google_signin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deftomat","download_url":"https://codeload.github.com/deftomat/just_google_signin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246793696,"owners_count":20834927,"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":["dart","google-jwt","google-signin","jwt"],"created_at":"2024-10-27T17:06:25.460Z","updated_at":"2025-04-02T09:43:21.409Z","avatar_url":"https://github.com/deftomat.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Just Google SignIn\n\nA simple Google SignIn library for Dart with support for an OpenID Connect.\n\n## Usage\n\n```dart\nimport 'dart:async';\nimport 'package:just_google_signin/just_google_signin.dart';\n\nmain() async {\n  var params = new InitParams('\u003cCLIENT_ID\u003e', scope: 'email');\n  var auth = await init(params);\n  \n  if (!auth.isSignedIn) {\n    // Show a Google SignIn form.\n    await auth.signIn();\n  }\n  \n  var user = auth.user;\n  print('User name: ${user.profile.name}');\n  print('JWT token: ${user.tokens.idToken}');\n}\n```\n\n## Decode Google JWT\n\nYou can decode a Google JWT (a.k.a. idToken) with [just_google_jwt_decoder](https://github.com/deftomat/just_google_jwt_decoder) library.\n\n## Background\n\n - [Google OpenID Connect](https://developers.google.com/identity/protocols/OpenIDConnect)\n - [Google API Client reference](https://developers.google.com/api-client-library/javascript/reference/referencedocs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeftomat%2Fjust_google_signin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeftomat%2Fjust_google_signin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeftomat%2Fjust_google_signin/lists"}