strapi-linkedin-auth
Version:
This plugin enables users to integrate Linked In social login using OpenId in strapi.
57 lines (56 loc) • 1.4 kB
JSON
{
"name": "strapi-linkedin-auth",
"version": "1.0.0",
"description": " This plugin enables users to integrate Linked In social login using OpenId in strapi.",
"strapi": {
"name": "linkedin-auth",
"description": " This plugin enables users to integrate Linked In social login using OpenId in strapi. ",
"kind": "plugin",
"displayName": "Linkedin Auth"
},
"dependencies": {
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3",
"prop-types": "^15.7.2"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.6"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.2.1"
},
"author": {
"name": "Madhan Adithya, Revanth Bollepalli"
},
"maintainers": [
{
"name": "Madhan Adithya, Revanth Bollepalli"
}
],
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/madhanadithya/strapi-linkedin-auth"
},
"keywords": [
"Strapi",
"LinkedIn",
"Social Login",
"OAuth 2.0",
"Authentication",
"Strapi Plugin",
"OpenId"
]
}