Share My Creation [Project Template] User Login Server

Version: 1.01

Description: Remake of MySQL API Server (Key + Token) and [B4X] User Login Apps
This is not just a basic template. It is fully functional user registration and login system with user reset and change password.

The token will expired in 10 minutes (you can set it like 30 minutes or longer) and renew using API key. It is similar to using json web token.

Testing can be done locally without setting up email.

Database: MySQL, SQLite

To be use together with B4X User Login Client

Note: Depends on MiniORMUtils v1.13 and WebApiUtils v2.07

 

Attachments

  • User Login Server (1.01).b4xtemplate
    426.3 KB · Views: 146
Last edited:

aeric

Expert
Licensed User
Longtime User
Version: 2.00beta1

Based on Web API Server v3.10
Depends on MiniORMUtils v1.14 and WebApiUtils v3.02

Update user-login-client
B4X:
'Public strURL As String = "http://192.168.50.42:17178/web/api/v1/"
Public strURL As String = "http://192.168.50.42:8080/api/v1/"
 

Attachments

  • User Login Server (2.00beta1).b4xtemplate
    445.4 KB · Views: 10
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…