Registry / auth / justauth

justauth

JSON →
library1.16.7javamavenunverified

A comprehensive third-party login component supporting over 30 platforms including GitHub, Google, WeChat, and more.

<dependency> <groupId>me.zhyd.oauth</groupId> <artifactId>JustAuth</artifactId> <version>1.16.7</version> </dependency>
INSTALL
IMPORT
SIG · JUSTAUTH
J
justauth
authjavav1.16.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AuthRequest
me.zhyd.oauth.request.AuthRequest

Creates an OAuth request for GitHub login.

import me.zhyd.oauth.request.AuthRequest; import me.zhyd.oauth.config.AuthConfig; AuthRequest authRequest = new AuthRequest(AuthConfig.builder() .clientId("your-client-id") .clientSecret("your-client-secret") .redirectUri("http://example.com/callback") .build()); System.out.println(authRequest.authorize());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.16.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
justauth — mvn dependency:get justauth · libregistry