File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ # AdminForth OAuth Plugin
2
+
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 " >
4
+
5
+ Enables OAuth2-based authentication for an adminforth application.
6
+
7
+ ## For usage, see [ AdminForth OAuth Documentation] ( https://adminforth.dev/docs/tutorial/Plugins/OAuth/ )
Original file line number Diff line number Diff line change 4
4
"type" : " module" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
+ "homepage" : " https://adminforth.dev/docs/tutorial/Plugins/OAuth/" ,
7
8
"publishConfig" : {
8
9
"access" : " public"
9
10
},
You can’t perform that action at this time.
0 commit comments