Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yigitsadic/mockauthenticator

Google authenticator alike project.
https://github.com/yigitsadic/mockauthenticator

Last synced: about 1 month ago
JSON representation

Google authenticator alike project.

Awesome Lists containing this project

README

        

# Mock Authenticator

Google authenticator alike project.
Creates 10 character length unique identifier that belong to produced domain.

Core functionalities:
+ Ability to logging in with given address.
+ Ability to create a subscription for a domain, example: GitHub, Microsoft, Heroku, etc.
+ Ability to create a unique identifier for subscribed domains.
+ Ability to return code if created and not expired.

## Drawings for project

![login draw](./draw/authenticate.png)

![create subscription](./draw/create-subscription.png)

![list subscriptions](./draw/list-subscriptions.png)