UNPKG

strapi-linkedin-auth

Version:

This plugin enables users to integrate Linked In social login using OpenId in strapi.

11 lines (9 loc) 184 B
'use strict'; module.exports = ({ strapi }) => ({ index(ctx) { ctx.body = strapi .plugin('linkedin-auth') .service('myService') .getWelcomeMessage(); }, });