An open API service indexing awesome lists of open source software.

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

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

[![Build Status](https://travis-ci.org/laravel/lumen-framework.svg)](https://travis-ci.org/laravel/lumen-framework)
[![Total Downloads](https://poser.pugx.org/laravel/lumen-framework/d/total.svg)](https://packagist.org/packages/laravel/lumen-framework)
[![Latest Stable Version](https://poser.pugx.org/laravel/lumen-framework/v/stable.svg)](https://packagist.org/packages/laravel/lumen-framework)
[![Latest Unstable Version](https://poser.pugx.org/laravel/lumen-framework/v/unstable.svg)](https://packagist.org/packages/laravel/lumen-framework)
[![License](https://poser.pugx.org/laravel/lumen-framework/license.svg)](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).