{"id":32120451,"url":"https://github.com/authlete/authlete-deno-oak","last_synced_at":"2026-05-08T19:31:10.865Z","repository":{"id":42372813,"uuid":"477593686","full_name":"authlete/authlete-deno-oak","owner":"authlete","description":"Authlete Library for oak (Deno) ","archived":false,"fork":false,"pushed_at":"2022-09-03T15:45:22.000Z","size":87,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-20T19:48:08.753Z","etag":null,"topics":["deno","javascript","library","oak","oauth","oauth2","oidc","openid-connect","typescript"],"latest_commit_sha":null,"homepage":"https://www.authlete.com/","language":"TypeScript","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/authlete.png","metadata":{"files":{"readme":"README.ja.md","changelog":"CHANGES.ja.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":"2022-04-04T07:29:50.000Z","updated_at":"2024-07-01T11:28:06.000Z","dependencies_parsed_at":"2022-08-28T21:22:21.054Z","dependency_job_id":null,"html_url":"https://github.com/authlete/authlete-deno-oak","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/authlete/authlete-deno-oak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authlete%2Fauthlete-deno-oak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authlete%2Fauthlete-deno-oak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authlete%2Fauthlete-deno-oak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authlete%2Fauthlete-deno-oak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authlete","download_url":"https://codeload.github.com/authlete/authlete-deno-oak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authlete%2Fauthlete-deno-oak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["deno","javascript","library","oak","oauth","oauth2","oidc","openid-connect","typescript"],"created_at":"2025-10-20T19:47:48.677Z","updated_at":"2026-05-08T19:31:10.857Z","avatar_url":"https://github.com/authlete.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"oak (Deno) 用 Authlete ライブラリ\n================================\n\n概要\n----\n\nこのライブラリは、[OAuth 2.0][RFC6749] および [OpenID Connect][OIDC]\nをサポートする認可サーバーと、リソースサーバーを実装するためのユーティリティー部品群を提供します。\n\nこのライブラリは、oak API と authlete-deno ライブラリを用いて書かれています。\n[oak][Oak] は Deno 用の Web フレームワークの一つです。\n一方、[authlete-deno][AuthleteDeno] は Authlete が提供するもう一つのオープンソースライブラリで、\n[Authlete Web API][AuthleteAPI] とやりとりするための基本部品群を含んでいます。\n\n[Authlete][Authlete] は OAuth 2.0 と OpenID Connect の実装を提供するクラウドサービスです\n([overview][AuthleteOverview])。認可データ (アクセストークン等) や認可サーバー自体の設定、\nクライアントアプリケーション群の設定はクラウド上の Authlete サーバーに保存されるため、\nAuthlete を使うことで「DB レス」の認可サーバーを構築することができます。\n\n[deno-oak-oauth-server][DenoOakOauthServer] はこのライブラリを使用している認可サーバーの実装で、\n認可エンドポイントやトークンエンドポイントに加え、JWK Set エンドポイント、\nディスカバリーエンドポイント、取り消しエンドポイントの実装を含んでいます。\nまた、[deno-oak-resource-server][DenoOakResourceServer] はこのライブラリを\n使用しているリソースサーバーの実装です。[OpenID Connect Core 1.0][OIDCCore]\nで定義されている[ユーザー情報エンドポイント][UserInfoEndpoint]をサポートし、\nまた、保護リソースエンドポイントの例を含んでいます。\nあなたの認可サーバーおよびリソースサーバーの実装の開始点として、これらのサンプル実装を活用してください。\n\nライセンス\n---------\n\n  Apache License, Version 2.0\n\nソースコード\n-----------\n\n  `https://github.com/authlete/authlete-deno-oak`\n\nDeno Land\n---------\n\n  `https://deno.land/x/authlete_deno_oak`\n\nサンプル\n-------\n\n- [deno-oak-oauth-server][DenoOakOauthServer] - Authorization server\n- [deno-oak-resource-server][DenoOakResourceServer] - Resource server\n\nコンタクト\n---------\n\n| Purpose   | Email Address        |\n|:----------|:---------------------|\n| General   | info@authlete.com    |\n| Sales     | sales@authlete.com   |\n| PR        | pr@authlete.com      |\n| Technical | support@authlete.com |\n\n[Authlete]:               https://www.authlete.com/\n[AuthleteAPI]:            https://docs.authlete.com/\n[AuthleteDeno]:           https://github.com/authlete/authlete-deno\n[AuthleteDenoOak]:        https://github.com/authlete/authlete-deno-oak\n[AuthleteOverview]:       https://www.authlete.com/documents/overview\n[DenoOakOauthServer]:     https://github.com/authlete/deno-oak-oauth-server\n[DenoOakResourceServer]:  https://github.com/authlete/deno-oak-resource-server\n[Oak]:                    https://github.com/oakserver/oak\n[OIDC]:                   https://openid.net/connect/\n[OIDCCore]:               https://openid.net/specs/openid-connect-core-1_0.html\n[RFC6749]:                https://tools.ietf.org/html/rfc6749\n[UserInfoEndpoint]:       https://openid.net/specs/openid-connect-core-1_0.html#UserInfo","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthlete%2Fauthlete-deno-oak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthlete%2Fauthlete-deno-oak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthlete%2Fauthlete-deno-oak/lists"}