https://github.com/webriddler/oneauthcdndata.github.io
Authentication system with no code - from OneAuth
https://github.com/webriddler/oneauthcdndata.github.io
authentication-system cdn-distribution cdn-service login-signup-page
Last synced: 5 months ago
JSON representation
Authentication system with no code - from OneAuth
- Host: GitHub
- URL: https://github.com/webriddler/oneauthcdndata.github.io
- Owner: webriddler
- License: apache-2.0
- Created: 2023-02-05T10:00:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T17:29:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T11:12:11.096Z (9 months ago)
- Topics: authentication-system, cdn-distribution, cdn-service, login-signup-page
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneAuth Authentication Model

What is OneAuth?
It's a universal authentication system that helps to add an authentication backend to any website without any massive block of code.
All you need is just a script tag that composes all the functionalities.
How it's helpful
There are many scenarios where you can make the best of its use:
-
Limited and genuine access: OneAuth is very helpful if you want your website to be free from bot access or attacks. -
Only registered users: : If the user is authenticated, only then are they allowed to access your site. Rest we will handle 😎
How to add OneAuth?
It's very easy, just follow the following steps:
- Paste the following
tag in thesection of your HTML file. - Remember to add the above script only in the main/home page of your website.
```js
```
Authentication Data Scopes
There are some scopes that come by default when the user passes the authentication test.
- For accessing their Username use
id = "OneAuthUserName"inside any HTML tag. E.g. - and for having their first name use
id = "OneAuthFirstName", e.g.
```
Your username is:
```
```
Your Name is:
```
Resource credit: Developer Zone