{"id":16000737,"url":"https://github.com/zero88/zero-oauth","last_synced_at":"2025-04-05T01:20:22.386Z","repository":{"id":118265778,"uuid":"141369298","full_name":"zero88/zero-oauth","owner":"zero88","description":"Simple OAuth libraries for client and server integration","archived":false,"fork":false,"pushed_at":"2018-12-03T03:55:02.000Z","size":341,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T09:32:13.155Z","etag":null,"topics":["java","java-8","java10","oauth1","oauth1-client","oauth1-server","oauth2","oauth2-client","oauth2-server","openid-client","openid-connect","openid-server"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zero88.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":"2018-07-18T02:18:39.000Z","updated_at":"2018-12-03T03:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff3fbd93-026c-4752-ad77-76010ca44c3c","html_url":"https://github.com/zero88/zero-oauth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fzero-oauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fzero-oauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fzero-oauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zero88%2Fzero-oauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zero88","download_url":"https://codeload.github.com/zero88/zero-oauth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247272400,"owners_count":20911746,"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":["java","java-8","java10","oauth1","oauth1-client","oauth1-server","oauth2","oauth2-client","oauth2-server","openid-client","openid-connect","openid-server"],"created_at":"2024-10-08T09:20:24.851Z","updated_at":"2025-04-05T01:20:22.380Z","avatar_url":"https://github.com/zero88.png","language":"Java","readme":"# Zero OAuth libraries\n\n[![Build Status](https://travis-ci.org/zero-88/zero-oauth.svg?branch=master)](https://travis-ci.org/zero-88/zero-oauth)\n[![CircleCI](https://circleci.com/gh/zero-88/zero-oauth.svg?style=shield)](https://circleci.com/gh/zero-88/zero-oauth)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=zero-oauth\u0026metric=coverage)](https://sonarcloud.io/component_measures?id=zero-oauth\u0026metric=coverage)\n[![Quality Status](https://sonarcloud.io/api/project_badges/measure?project=zero-oauth\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=zero-oauth)\n[![LOC](https://sonarcloud.io/api/project_badges/measure?project=zero-oauth\u0026metric=ncloc)](https://sonarcloud.io/api/project_badges/measure?project=zero-oauth\u0026metric=ncloc)\n\n## Overview\n\nZero OAuth libraries is written in `Java` language, which includes: `OAuth client` and `OAuth server` that supports `OAuth v1`, `OAuth v2` and `OpenID Connect`.\n\nIt is designed for micro-service, containerization, modularization and plugable.\n\n## Specification\n\nThis libraries are followed these specifications:\n\n- `RFC5849`: The OAuth 1.0 Protocol\n  - [IETF#RFC5849](https://tools.ietf.org/html/rfc5849)\n  - [OAuth1](https://oauth.net/1/)\n- `RFC6749`: The OAuth 2.0 Authorization Framework\n  - [IETF#rfc6749](https://tools.ietf.org/html/rfc6749)\n  - [OAuth2](https://oauth.net/2/)\n\n## Implementation\n\n### Core Implmentation\n\n- [ ] [OAuth 1.0 Client](./client/README.md#OAuth1)\n- [ ] [OAuth 2.0 Client](./client/README.md#OAuth2)\n- [ ] [OpenID Connect Client](./client/README.md#OpenID)\n- [ ] [OAuth 1.0 Server](./server/README.md#OAuth1)\n- [ ] [OAuth 2.0 Server](./server/README.md#OAuth2)\n- [ ] [OpenID Connect Server](./server/README.md#OpenID)\n- [ ] Java 10+\n\n### Login Pass\n\nLoginpass contains lots of connections to [common services](./loginpass/README.md#Services), every connection has a `Profile` that is represented for user info. It supports `OAuth 1`, `OAuth 2` and `OpenID Connect`.\nThe `Profile` is standardized with [OpenID Connect UserInfo claims](http://openid.net/specs/openid-connect-core-1_0.html#StandardClaims)\n\n### Framework Integrations\n\nFramework integrations with current specification implementations:\n\n\u003cdetails\u003e\n\u003csummary\u003e \u003ca href=\"https://developer.android.com/\"\u003eAndroid\u003c/a\u003e\u003c/summary\u003e\n\n- [ ] OAuth 1/2 Client\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e \u003ca href=\"https://hc.apache.org/\"\u003eApache HTTP Client\u003c/a\u003e\u003c/summary\u003e\n\n- [ ] OAuth 1/2 Client\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e \u003ca href=\"http://square.github.io/okhttp/\"\u003eOk HTTP Client\u003c/a\u003e\u003c/summary\u003e\n\n- [ ] OAuth 1/2 Client\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e \u003ca href=\"https://vertx.io/\"\u003eVertx\u003c/a\u003e\u003c/summary\u003e\n\n- [ ] OAuth 1/2 Client\n- [ ] OAuth 1/2 Server\n- [ ] OpenID Client\n- [ ] OpenID Server\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e \u003ca href=\"https://netty.io/\"\u003eNetty\u003c/a\u003e\u003c/summary\u003e\n\n- [ ] OAuth 1/2 Client\n- [ ] OAuth 1/2 Server\n- [ ] OpenID Client\n- [ ] OpenID Server\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e \u003ca href=\"https://spring.io/\"\u003eSpring\u003c/a\u003e\u003c/summary\u003e\n\n- [ ] OAuth 1/2 Client\n- [ ] OAuth 1/2 Server\n- [ ] OpenID Client\n- [ ] OpenID Server\n\n\u003c/details\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero88%2Fzero-oauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzero88%2Fzero-oauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzero88%2Fzero-oauth/lists"}