https://github.com/creative-tutorials/auth-tool
Simple tool to help you save tokens, password and more coming soon 🚧🏗
https://github.com/creative-tutorials/auth-tool
authentication authorization express-session nodejs-express otp-generator otp-verification react session-management sessions token-based-authentication typescript verifiable-credentials vite vitejs
Last synced: 3 months ago
JSON representation
Simple tool to help you save tokens, password and more coming soon 🚧🏗
- Host: GitHub
- URL: https://github.com/creative-tutorials/auth-tool
- Owner: creative-tutorials
- License: apache-2.0
- Created: 2022-09-06T09:56:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T14:38:26.000Z (over 2 years ago)
- Last Synced: 2025-01-22T22:30:47.492Z (5 months ago)
- Topics: authentication, authorization, express-session, nodejs-express, otp-generator, otp-verification, react, session-management, sessions, token-based-authentication, typescript, verifiable-credentials, vite, vitejs
- Language: TypeScript
- Homepage:
- Size: 930 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AuthyWebServiceClient
 [](https://discordapp.com)
`AuthyWebServiceClient` is a tool to help you create a new secured token with session authentication.
## Description
An authentication app to store and generate secure tokens for more secure login. Users can add, edit and delete the password in their account anywhere in the world.
## FAQ
* How does the app work? The app stores tokens and login sessions in a memory address and saves it for next time the user wants to log in
* How to use the application? To start using the application, you'll need to sign up or login, after creating an account, you'll see a button to create new session, once you created new session with an auth-method, for example using `Google` or `Facebook` you'll get a token that can be generated by you.## How to validate the token
If you created a recent session with same details, you'll notice you can't create another session because your session already exist on the memory address.
### Make a request
When you add new session or load the dashboard page, you are making a request to our API, our API handles everything that makes the app work.
## How to use the App
* To get started, you must first have an account with us, to do so create an account using the method that pops up on the app e.g `Email method` or `SignInWithGoogle` Method
* After you've successfully created an account, you must remember to validate your account otherwise it will be deleted within 7 days
* Once that process is completed you can start adding new session login, also note that when the session page loads you get an example session already added, this is to brief out what's going on here, so you get a better understanding of which information you're giving to us.
* You can add as many sessions as you want, with no limit.## Video Guide on How to use App
> ## _🔔 Take note_
If you watched the video, you'll notice that when I started creating new session login, it sent a response of 401 - Unauthorized, this is because my session with the email address already exist on the memory address.
## Features
* [x] Multiple Session Login
* [x] Token Generation
* [x] Session Rest -using existing token
* [x] have access to view last time, account was being usedMore features are coming soon 👐
---
### 🔐 Providers supported
* Facebook (Soon 😟)
* 🔜 More coming soon### 🚨 Disclaimer
We don't store your password, we only store the information that you provide to us.
For more information seek => [blog](https://github.com/creative-tutorials/auth-tool)
### 📑 LICENSE
Licensed Under - [ApacheLicenses](https://github.com/creative-tutorials/auth-tool/blob/master/LICENSE)
### More Information
[Discord](https://discord.com)
[Twitter](https://twitter.com)
Website coming soon> _Made with 💖_