{"id":65475,"library":"microprofile-jwt-auth-api","title":"MicroProfile JWT Auth API","description":"API for MicroProfile JWT (JSON Web Token) authentication, enabling token-based security in microservices.","status":"active","version":"1.2.2","language":"java","source_language":null,"source_url":"https://github.com/eclipse/microprofile-jwt-auth","tags":["microprofile","jwt","auth","security"],"install":[{"cmd":"<dependency>\n  <groupId>org.eclipse.microprofile.jwt</groupId>\n  <artifactId>microprofile-jwt-auth-api</artifactId>\n  <version>1.2.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:1.2.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Claim","correct":"org.eclipse.microprofile.jwt.Claim"}],"quickstart":{"code":"import org.eclipse.microprofile.jwt.Claim;\nimport javax.inject.Inject;\n\npublic class Example {\n    @Inject\n    @Claim(\"sub\")\n    private String subject;\n\n    public String getSubject() {\n        return subject;\n    }\n}","lang":"java","description":"Injects a JWT claim using MicroProfile JWT annotations."},"warnings":[{"fix":"Deploy on a MicroProfile-compatible application server.","message":"Requires a compatible MicroProfile runtime (e.g., OpenLiberty, Payara) to function.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'api':4,5 'auth':3,22 'authent':12 'base':16 'enabl':13 'json':9 'jwt':2,8,21 'microprofil':1,7,20 'microservic':19 'secur':17,23 'token':11,15 'token-bas':14 'web':10","created_at":"2026-06-17T17:10:54.549355+00:00","updated_at":"2026-06-17T17:10:54.549355+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/eclipse/microprofile-jwt-auth","github":"https://github.com/eclipse/microprofile-jwt-auth","docs":"https://appdoc.app/artifact/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api/","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-17","next_check":"2026-12-14","install_tag":null}}