Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beyarz/nopass
An attempt to replace the classical username & password method for temporary sessions.
https://github.com/beyarz/nopass
c css html jquery php semantic-ui sql
Last synced: 18 days ago
JSON representation
An attempt to replace the classical username & password method for temporary sessions.
- Host: GitHub
- URL: https://github.com/beyarz/nopass
- Owner: Beyarz
- License: apache-2.0
- Created: 2018-07-23T18:18:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T19:37:19.000Z (almost 5 years ago)
- Last Synced: 2024-10-10T04:08:06.862Z (about 1 month ago)
- Topics: c, css, html, jquery, php, semantic-ui, sql
- Language: PHP
- Homepage:
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noPass
noPass, a project by me with the intention to replace the old fashioned way of submitting your username & password in order to verify yourself, the idea with this project was to make it a lot easier for the user to easily verify themselfs (their device technicaly) in order to gain access to a temporary session.### Upside
The upside with this method is that the user doesn't have to remember any username nor any password, all of that has already been taken care of by the server.### Purpose
This project is meant to be used for something you would do once or really quick and then leave.
You only have to click on the verify button, run the script and then you would automatically receive a session by the web-server!### Preview
Here's a couple of images of how the website looks like.
![Demo image](media/index.png)
![Demo image](media/verification.png)
![Demo image](media/home.png)