{"id":26358995,"url":"https://github.com/heanbian/heanbian-jwt","last_synced_at":"2025-03-16T15:58:28.638Z","repository":{"id":57724899,"uuid":"260663291","full_name":"heanbian/heanbian-jwt","owner":"heanbian","description":"Heanbian","archived":false,"fork":false,"pushed_at":"2024-07-18T08:18:03.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-18T10:29:28.673Z","etag":null,"topics":["java","jwt"],"latest_commit_sha":null,"homepage":"https://github.com/heanbian/heanbian-jwt","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/heanbian.png","metadata":{"files":{"readme":"README.adoc","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":"2020-05-02T10:28:45.000Z","updated_at":"2024-07-18T08:18:06.000Z","dependencies_parsed_at":"2024-03-30T04:30:40.690Z","dependency_job_id":"daae2582-0dbc-4017-bdfe-ccfc2bc77061","html_url":"https://github.com/heanbian/heanbian-jwt","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heanbian%2Fheanbian-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heanbian%2Fheanbian-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heanbian%2Fheanbian-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heanbian%2Fheanbian-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heanbian","download_url":"https://codeload.github.com/heanbian/heanbian-jwt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893876,"owners_count":20364916,"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","jwt"],"created_at":"2025-03-16T15:58:28.000Z","updated_at":"2025-03-16T15:58:28.621Z","avatar_url":"https://github.com/heanbian.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= heanbian-jwt\n\n== 前提条件\n\nJDK 21\n\n== pom.xml\n\n具体版本，可以从 https://repo1.maven.org/maven2/com/heanbian/heanbian-jwt/[Maven Central] 查询\n\n----\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.heanbian\u003c/groupId\u003e\n  \u003cartifactId\u003eheanbian-jwt\u003c/artifactId\u003e\n  \u003cversion\u003e21.2\u003c/version\u003e\n\u003c/dependency\u003e\n----\n\n== 使用示例\n\n* JwtTemplate\n\n----\nJwtTemplate jwtTemplate = new JwtTemplate();\n\nMap\u003cString, Object\u003e claims = new HashMap\u003c\u003e();\nString token = jwtTemplate.createToken(claims);\n\nMap\u003cString, Claim\u003e data = jwtTemplate.getClaims(token);\n\n----\n\n说明：支持 ECC JWT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheanbian%2Fheanbian-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheanbian%2Fheanbian-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheanbian%2Fheanbian-jwt/lists"}