craigdallimore / thematic-frontend-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thematic Frontend Task

This project is based off the Auth0 project created for a new project. Details on Auth0 are at the end of this file.

This sample demonstrates:

  • Logging in to Auth0 using Redirect Mode
  • Accessing profile information that has been provided in the ID token
  • Gated content. The /profile route is not accessible without having first logged in
  • Calling the task test backend to get information on the current-user

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Deployment

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed Json Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

About


Languages

Language:TypeScript 70.9%Language:HTML 10.8%Language:JavaScript 8.4%Language:CSS 4.8%Language:Dockerfile 3.7%Language:Shell 0.8%Language:PowerShell 0.6%