JustAuthPlus

JustAuthPlus

Just auth into any app

0 followers

JustAuthPlus(JAP) is an open source authentication middleware, it is highly decoupled from business code and has good modularity and flexiblity. Developers could integrate JAP into web applications effortlessly.
JustAuthPlus gallery image
JustAuthPlus gallery image
JustAuthPlus gallery image
Launch tags:Developer ToolsGitHub
Launch Team
Anima - Vibe Coding for Product Teams
Build websites and apps with AI that understands design.
Promoted

What do you think? …

HandsomeBoy丶
Just auth into any app.
HandsomeBoy丶
Release JustAuthPlus version to 1.0.1 ### New features - Add `com.fujieid.jap.core.util.RequestUtil` - **Complete the development of the `jap-ids` module, and provide oauth services externally based on `jap-ids`** `jap ids` is based on [rfc6749](https://tools.ietf.org/html/rfc6749), [rfc7636](https://tools.ietf.org/html/rfc7636), [rfc7033](https://tools.ietf.org/html/rfc7033) and other standard protocols and [open id connect core 1.0](https://openid.net/specs/openid-...) authentication protocol, a lightweight, business decoupling, and easy-to-use authorization & authentication framework is implemented. - **Supported features**: - Authorization Code Grant - Proof Key for Code Exchange - Implicit Grant - Resource Owner Password Credentials Grant - Client Credentials Grant - Refresh access token - Revoke access token - Get the currently authorized user - Verify login status - Abnormal prompt - Sign out - OpenID Connect Discovery - JWK Endpoint - Custom jwt encryption and decryption certificate - Support multiple response types, such as: `code`, `token`, `id token`, `id token token`, `code id token`, `code token`, `code id token token` - ... For more details about the use of `jap-ids`, please refer to the sample project: [jap-ids-demo](https://gitee.com/fujieid/jap-id...), or refer to the document: [IDS OAuth 2.0 服务端]( https://justauth.plus/ids/) ### Modified - [jap-oidc] Optimize the `OidcStrategy#authenticate` method, cache the `OidcDiscoveryDto`, and reduce unnecessary http requests - [jap-oidc] Optimize the code of `OidcUtil`, fix known bugs - [jap-social] fix known bugs - Refactor `com.fujieid.jap.core.cache.JapLocalCache`, implement timer manually, clean local cache regularly ### PR - Merge Gitee PR [#9](https://gitee.com/fujieid/jap/pu...) by [@dreamlu](https://gitee.com/dreamlu) ### Issue - Fix Gitee Issue [#I3DC7N](https://gitee.com/fujieid/jap/is...)