Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@netsells/nuxt-sso
Advanced tools
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
A module allowing google auth single sign on for internal Netsells projects.
Currently for all Netsells internal tooling we would have to repeat the Single Sign On process for every tool. This allows us a centralised way of handling it across all tools, and ensure they all work in the same manner. Simplifies the process of anyone who wishes to build an internal tool.
yarn add @netsells/nuxt-netsells-sso
Add the module to your nuxt config's modules
array:
module.exports = {
...
modules: [
['@netsells/nuxt-netsells-sso', {
debug: false, // Enable logging
endpoints: {
me: 'api/me', // User lookup endpoint
},
}],
],
...
};
API requests use the API_BASE
env value to determine the location of the API to handle the SSO authentication.
MIT © Netsells
FAQs
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
The npm package @netsells/nuxt-sso receives a total of 1 weekly downloads. As such, @netsells/nuxt-sso popularity was classified as not popular.
We found that @netsells/nuxt-sso demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.