{"id":16087003,"url":"https://github.com/noha/jsonwebtoken","last_synced_at":"2025-07-23T19:32:00.360Z","repository":{"id":43677223,"uuid":"111704320","full_name":"noha/JSONWebToken","owner":"noha","description":"A pharo implementation of JSON web token (JWT)","archived":false,"fork":false,"pushed_at":"2025-03-28T12:49:30.000Z","size":80,"stargazers_count":15,"open_issues_count":1,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T13:34:27.143Z","etag":null,"topics":["jwt","pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noha.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}},"created_at":"2017-11-22T15:55:25.000Z","updated_at":"2025-03-28T12:44:10.000Z","dependencies_parsed_at":"2023-01-18T23:15:22.710Z","dependency_job_id":null,"html_url":"https://github.com/noha/JSONWebToken","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/noha/JSONWebToken","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noha%2FJSONWebToken","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noha%2FJSONWebToken/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noha%2FJSONWebToken/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noha%2FJSONWebToken/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noha","download_url":"https://codeload.github.com/noha/JSONWebToken/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noha%2FJSONWebToken/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738302,"owners_count":23976414,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["jwt","pharo"],"created_at":"2024-10-09T13:26:50.237Z","updated_at":"2025-07-23T19:32:00.351Z","avatar_url":"https://github.com/noha.png","language":"Smalltalk","readme":"# JSONWebToken for Pharo\n\n[![Build Status](https://travis-ci.org/noha/JSONWebToken.svg?branch=master)](https://travis-ci.org/noha/JSONWebToken)\n\n## Overview\n\nImplementation of a JSON web token following [RFC 7519](https://tools.ietf.org/html/rfc7519) for [Pharo](http://www.pharo.org).\n\n## Installation\n\nFor pharo9 and above use\n\n```Smalltalk\nMetacello new\n      baseline:'JSONWebToken';\n      repository: 'github://noha/JSONWebToken/source';\n      load\n```\n\n## Usage\n\nThe class *JSONWebTokenTest* demonstrates how to encode/serialize a web signature to a token string using compact base 64 notation \nas well as deserialization:\n\n```Smalltalk\ntestRoundtrip\n\t| jws tokenString materialized |\n\t\n\tjws := JsonWebSignature new\n\t\talgorithmName: 'HS256';\n\t\tpayload: (JWTClaimsSet new\n\t\t\tat: 'bar' put: 'foo').\n\tjws key: 'foobar'.\n\t\n\ttokenString := jws compactSerialized.\n\tmaterialized := JsonWebSignature materializeCompact: tokenString key: 'foobar'.\n\tself assert: jws equals: materialized\n\n```\n\n## Further Infos\n- [JWT, JWS and JWE for Not So Dummies!](https://medium.facilelogin.com/jwt-jws-and-jwe-for-not-so-dummies-b63310d201a3)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoha%2Fjsonwebtoken","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoha%2Fjsonwebtoken","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoha%2Fjsonwebtoken/lists"}