Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

tns-template-enterprise-auth-ng

Package Overview
Dependencies
Maintainers
7
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tns-template-enterprise-auth-ng

NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, Ope

latest
Source
npmnpm
Version
6.0.2
Version published
Weekly downloads
76
Maintainers
7
Weekly downloads
 
Created
Source

template-enterprise-auth-ng

NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, OpenID Connect, Active Directory and more.

NativeScript with Angular Enterprise Auth Template

App templates help you jump start your native cross-platform apps with built-in UI elements and best practices. Save time writing boilerplate code over and over again when you create new apps.

This Enterprise Auth template is a bootstrap for a NativeScript app that can log users into a variety of enterprise authentication systems using Kinvey's Mobile Identity Connect feature.

demo

Key Features

  • Login/logout interface out-of-the-box
  • Integration with Kinvey MIC
  • UX and development best practices
  • Easy to understand code through extensive code comments

Quick Start

Execute the following command to create an app from this template:

tns create my-app-name --template tns-template-enterprise-auth-ng

Note: This command will create a new NativeScript app that uses the latest version of this template published to [npm] (https://www.npmjs.com/package/tns-template-enterprise-auth-ng).

If you want to create a new app that uses the source of the template from the master branch, you can execute the following:

tns create my-app-name --template https://github.com/NativeScript/template-enterprise-auth-ng

Walkthrough

Architecture

The template has the following components:

  • app/home/home.component.ts - The home page of the app - provides a Login button which, when clicked, takes the user through the configured login process.

Kinvey integration

The template uses the {N} Kinvey plugin. The initialization is done in the src/app/app.module.ts file with the KinveyModule import. Once an application is created using the template, the configuration of Kinvey key and secret need to be done in app/package.json.

[Optional] Kinvey database setup

By design the app is not associated with any Kinvey account. To make the login work you will need to have one with Kinvey Mobile Identity Connect Auth Service set up. You can find detailed instructions how to achieve that here.

Get Help

The NativeScript framework has a vibrant community that can help when you run into problems.

Try joining the NativeScript community Slack. The Slack channel is a great place to get help troubleshooting problems, as well as connect with other NativeScript developers.

If you have found an issue with this template, please report the problem in the NativeScript repository.

Contributing

We love PRs, and accept them gladly. Feel free to propose changes and new ideas. We will review and discuss, so that they can be accepted and better integrated.

Keywords

telerik

FAQs

Package last updated on 22 Aug 2019

Did you know?

Socket

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.

Install

Related posts