I recently thought about sharing some knowledge with others, therefore I started working on my first template repository.
This template makes your life easier if a login for your Ionic App is needed. Furthermore, it is build with Angular.
- In the folder
src/environmentthere are the filesenvironment.tsandenvironment.prod.ts. Please insert the configuration for your specific Project (everything but the production variable!). The*.prod.tsfile is obviously the configuration for the production mode. - Adapt the AuthenticationService, so that it uses your authentication methods to log in and log out.
Great Thanks and stay healthy 😊