Version: 3.00
Based on (Project Template) Web API Server v3.30
Description:
This is a fully functional user registration and login system with user login management.
It is a remake of MySQL API Server (Key + Token) and [B4X] User Login Apps.
The access token will expired in 10 minutes (you can set it like 30 minutes or longer).
It can be renewed using API key.
It is similar to JSON Web Token.
Testing can be done locally without setting up email.
Database:
SQLite or MySQL
Client app:
[B4X] User Login Client
Depends on:
Based on (Project Template) Web API Server v3.30
Description:
This is a fully functional user registration and login system with user login management.
It is a remake of MySQL API Server (Key + Token) and [B4X] User Login Apps.
The access token will expired in 10 minutes (you can set it like 30 minutes or longer).
It can be renewed using API key.
It is similar to JSON Web Token.
Testing can be done locally without setting up email.
Database:
SQLite or MySQL
Client app:
[B4X] User Login Client
Depends on:
- ByteConverter v1.10
- jNet v1.81
- Encryption v1.10
- MiniORMUtils v2.40
- WebApiUtils v3.05
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
Last edited: