{"id":74637,"library":"oauth1-server","title":"Jersey OAuth1 Server","description":"Module that adds OAuth 1 support to Jersey server applications.","status":"active","version":"4.0.2","language":"java","source_language":null,"source_url":"https://github.com/eclipse-ee4j/jersey","tags":["oauth","jersey","security","rest"],"install":[{"cmd":"<dependency>\n  <groupId>org.glassfish.jersey.security</groupId>\n  <artifactId>oauth1-server</artifactId>\n  <version>4.0.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.glassfish.jersey.security:oauth1-server:4.0.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"OAuth1ServerFeature","correct":"org.glassfish.jersey.server.oauth1.OAuth1ServerFeature"}],"quickstart":{"code":"import org.glassfish.jersey.server.oauth1.OAuth1ServerFeature;\nimport org.glassfish.jersey.server.ResourceConfig;\n\npublic class MyApp extends ResourceConfig {\n    public MyApp() {\n        register(OAuth1ServerFeature.class);\n    }\n}","lang":"java","description":"Registers OAuth1 support in a Jersey application."},"warnings":[{"fix":"Use OAuth2 support instead.","message":"OAuth1 is considered legacy; prefer OAuth2 for new projects.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1':8 'add':6 'applic':13 'jersey':1,11,15 'modul':4 'oauth':7,14 'oauth1':2 'rest':17 'secur':16 'server':3,12 'support':9","created_at":"2026-06-17T19:06:26.548405+00:00","updated_at":"2026-06-17T19:06:26.548405+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://projects.eclipse.org/projects/ee4j.jersey","github":"https://github.com/eclipse-ee4j/jersey","docs":"https://appdoc.app/artifact/org.glassfish.jersey.security/oauth1-server/","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}}