creative-tutorials / auth-tool

Simple tool to help you save tokens, password and more coming soon πŸš§πŸ—

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AuthyWebServiceClient


GitHub release (latest SemVer) Discord-Connect

Screenshot of stored sessions

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

Alternate Text

πŸ”” 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

  • Multiple Session Login
  • Token Generation
  • Session Rest -using existing token
  • have access to view last time, account was being used

More features are coming soon πŸ‘


πŸ” Providers supported

  • Google
  • Email
  • Facebook (Soon 😟)
  • Twitter
  • πŸ”œ 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

πŸ“‘ LICENSE

Licensed Under - ApacheLicenses

More Information

Discord Twitter Website coming soon

Made with πŸ’–

About

Simple tool to help you save tokens, password and more coming soon πŸš§πŸ—

License:Apache License 2.0


Languages

Language:TypeScript 71.4%Language:CSS 27.1%Language:HTML 1.5%