https://github.com/abudawud/api.otp-app
Rest API Backend with for OTP App Mobile
https://github.com/abudawud/api.otp-app
laravel lumen-micro-framework totp
Last synced: about 1 month ago
JSON representation
Rest API Backend with for OTP App Mobile
- Host: GitHub
- URL: https://github.com/abudawud/api.otp-app
- Owner: abudawud
- License: mit
- Created: 2019-10-18T15:12:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T08:19:40.000Z (over 3 years ago)
- Last Synced: 2025-01-11T18:18:53.848Z (over 1 year ago)
- Topics: laravel, lumen-micro-framework, totp
- Language: PHP
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# OTP Flow
* Generate random main key with sha1 format
* Store main key in both web service and android
* Login:
* Encrypt data login with main key and otp with hmac
* Send encrypted data login to web service
* web service decrypt data with main key and otp scan
* if login success, then response with token and enckey for next encryption
* Save enckey in both web service and android
* Done
## Feature
* Debug Option
* Cleartext request and response json
* Encrypted request and response with key field
* All data including operation response encrypted and secured
## Lumen PHP Framework
[](https://travis-ci.org/laravel/lumen-framework)
[](https://packagist.org/packages/laravel/lumen-framework)
[](https://packagist.org/packages/laravel/lumen-framework)
[](https://packagist.org/packages/laravel/lumen-framework)
[](https://packagist.org/packages/laravel/lumen-framework)
Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
## Official Documentation
Documentation for the framework can be found on the [Lumen website](https://lumen.laravel.com/docs).
## Security Vulnerabilities
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
## License
The Lumen framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).