Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 499 Bytes

AUTH.md

File metadata and controls

12 lines (8 loc) · 499 Bytes

Smart Village App Auth Documentation

You can find the documentation of the app's auth implementation here.

Secrets

You need to provide necessary credentials per secrets-File in /src/config to be able to fetch data from the server.

You can use the example file with the keys needed. Change the file extension from .temp to .js, remove the comment and enter your data. The js-file needs to be listed in the .gitignore file.