Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yigitsadic/mockauthenticator
- Owner: yigitsadic
- Created: 2021-10-13T16:42:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T22:01:42.000Z (over 3 years ago)
- Last Synced: 2024-06-21T20:06:07.217Z (7 months ago)
- Language: Go
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)