Skip to content

Commit 1849bf0

Browse files
committed
fix: update homepage and adminforth dependency version in package.json and pnpm-lock.yaml; enhance README with features and documentation links
1 parent 5001e36 commit 1849bf0

3 files changed

Lines changed: 34 additions & 10 deletions

File tree

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
# AdminForth OAuth Plugin
22

3-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/oauth"> <img src="https://img.shields.io/npm/dt/@adminforth/oauth" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/oauth"><img src="https://img.shields.io/npm/v/@adminforth/oauth" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/oauth">
3+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/oauth"><img src="https://img.shields.io/npm/dm/@adminforth/oauth" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/oauth"><img src="https://img.shields.io/npm/v/@adminforth/oauth" alt="npm version" /></a>
4+
5+
[![Ask AI](https://tluma.ai/badge)](https://tluma.ai/ask-ai/devforth/adminforth)
46

57
Enables OAuth2-based authentication for an adminforth application.
68

7-
## For usage, see [AdminForth OAuth Documentation](https://adminforth.dev/docs/tutorial/Plugins/OAuth/)
9+
## Features
10+
11+
- Add OAuth2-based authentication to AdminForth.
12+
- Support external identity providers for sign-in.
13+
- Reduce friction in authentication workflows.
14+
- Integrate provider-based auth into the admin panel.
15+
16+
## Documentation
17+
18+
Full setup and configuration guide:
19+
20+
[AdminForth OAuth Documentation](https://adminforth.dev/docs/tutorial/Plugins/oauth/)
21+
22+
## About AdminForth
23+
24+
AdminForth is an open-source, agent-first admin framework for building robust admin panels and back-office applications faster.
25+
26+
## Related links
27+
28+
- [AdminForth website](https://adminforth.dev)
29+
- [npm package](https://www.npmjs.com/package/@adminforth/oauth)
30+
- [More AdminForth plugins](https://adminforth.dev/docs/tutorial/ListOfPlugins/)
31+
- [Built by DevForth](https://devforth.io)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/OAuth/",
7+
"homepage": "https://adminforth.dev/docs/tutorial/Plugins/oauth/",
88
"publishConfig": {
99
"access": "public"
1010
},
@@ -26,7 +26,7 @@
2626
"description": "AdminForth OAuth Plugin",
2727
"devDependencies": {
2828
"@types/node": "^22.10.7",
29-
"adminforth": "^2.35.0",
29+
"adminforth": "^2.42.0",
3030
"semantic-release": "^24.2.1",
3131
"semantic-release-slack-bot": "^4.0.2",
3232
"typescript": "^5.7.3"
@@ -57,6 +57,6 @@
5757
]
5858
},
5959
"peerDependencies": {
60-
"adminforth": "^2.35.0"
60+
"adminforth": "^2.42.0"
6161
}
6262
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)