An open API service indexing awesome lists of open source software.

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

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 the section of your HTML file.




  • ```js

    ```
  • Remember to add the above script only in the main/home page of your website.

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.


  • ```

    Your username is:


    ```
  • and for having their first name use id = "OneAuthFirstName", e.g.


  • ```

    Your Name is:


    ```


    Resource credit: Developer Zone