Estonian-ID-card-mobile-aut.../TestMobileApp
Henrik Lepson b95115af4f added comment 2022-01-17 17:16:56 +02:00
..
app added comment 2022-01-17 17:16:56 +02:00
gradle/wrapper MOB-41 created a base for app that can launch authapp 2021-10-26 11:42:58 +03:00
.gitignore MOB-41 created a base for app that can launch authapp 2021-10-26 11:42:58 +03:00
README.md Created a readme for TestMobileApp 2021-11-17 09:26:21 +02:00
build.gradle fixed testapp compatibility issue 2021-12-14 22:46:35 +02:00
gradle.properties MOB-41 created a base for app that can launch authapp 2021-10-26 11:42:58 +03:00
gradlew MOB-41 created a base for app that can launch authapp 2021-10-26 11:42:58 +03:00
gradlew.bat MOB-41 created a base for app that can launch authapp 2021-10-26 11:42:58 +03:00
settings.gradle MOB-41 created a base for app that can launch authapp 2021-10-26 11:42:58 +03:00

README.md

TestMobileApp overview

The purpose

The TestMobileApp was created in order to demonstrate how a different application on the Android smartphone could use the MobileAuthApp for user authentication purposes.

Installing the application

The application installation process is the same as with the MobileAuthApp. Check the guide in the project's main readme file.

Using the application

In order to use this application a backend server must be running that can issue challenges and verify the token created by the MobileAuthApp.
Use demoBackend application that is included in the project. Follow the demoBackend setup guide and once you have a backend running take the https address of the backend and add it in the TestMobileApp's MainActivty.kt file as the new value for the constant variable BASE_URL (this is easly noticeable in the class as it is pointed out with a comment). Now the app can be used.