/angular-auth0-zenvia-sms

Application example using Angular 14 where a simple WEB application will be implemented using the Auth0 platform to authenticate and authorize the user and the ZENVIA platform to integrate with SMS channel in order to validate the user phone.

Primary LanguageTypeScriptMIT LicenseMIT

Angular Auth0 ZENVIA SMS

Application example using Angular 14 where a simple WEB application will be implemented using the Auth0 platform to authenticate and authorize the user and the ZENVIA platform to integrate with SMS channel in order to validate the user phone.

This tutorial was posted on my blog in portuguese and on the DEV Community in english.

Website LinkedIn Twitter Instagram

Prerequisites

Before you start, you need to install and configure the tools:

Cloning the application

1. Clone the repository.

git clone git@github.com:rodrigokamada/angular-auth0-zenvia-sms.git

2. Install the dependencies.

npm ci

3. Change the src/environments/environment.ts file and add the Auth0 applications settings.

4. Run the application.

npm start