{"id":56969,"library":"jjwt-orgjson","title":"JJWT OrgJSON","description":"JSON Web Token (JWT) library for Java and Android, with support for org.json serialization.","status":"active","version":"0.13.0","language":"java","source_language":null,"source_url":"https://github.com/jwtk/jjwt","tags":["jwt","authentication","security","json"],"install":[{"cmd":"<dependency>\n  <groupId>io.jsonwebtoken</groupId>\n  <artifactId>jjwt-orgjson</artifactId>\n  <version>0.13.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.jsonwebtoken:jjwt-orgjson:0.13.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Jwts","correct":"io.jsonwebtoken.Jwts"}],"quickstart":{"code":"import io.jsonwebtoken.Jwts;\nimport io.jsonwebtoken.SignatureAlgorithm;\n\npublic class Example {\n    public void createJwt() {\n        String jwt = Jwts.builder()\n            .setSubject(\"user123\")\n            .signWith(SignatureAlgorithm.HS256, \"secret\")\n            .compact();\n        System.out.println(jwt);\n    }\n}","lang":"java","description":"Creating a signed JWT token with JJWT."},"warnings":[{"fix":"Use a key generator and store secrets securely.","message":"Use strong secrets and consider using JWS or JWE for production.","severity":"gotcha","affected_versions":">=0.10.0"}],"env_vars":null,"search_vec":"'android':11 'authent':18 'java':9 'jjwt':1 'json':3,20 'jwt':6,17 'librari':7 'org.json':15 'orgjson':2 'secur':19 'serial':16 'support':13 'token':5 'web':4","created_at":"2026-06-15T10:57:57.569202+00:00","updated_at":"2026-06-15T10:57:57.569202+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jwtk/jjwt","github":"https://github.com/jwtk/jjwt","docs":"https://appdoc.app/artifact/io.jsonwebtoken/jjwt-orgjson/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}