Skip to content

neva/arctic-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arctic

What is Arctic?

Arctic is a new authentication service that aims to be practical and first of all easy to use.

Notices

If you catch any errors feel free to write a mail paul.hanneforth.o@gmail.com or create an issue on GitHub.

How to use it?

Installation

To Install arctic-web, simply add this line of code to your HEAD.

<script src="https://cdn.jsdelivr.net/npm/arcticweb@latest/index.js"></script>

It's important to import this script tag before your other scripts otherwise your scripts cannot access arctic.

Authentication

To authenticate a user simply call arctic.authenticate(app, callback), where app is your appID and callback is the URL the user should be redirected to when he's authenticated. The URL should led to an express app in which arctic-node is installed, so that the user information can be parsed

Example

You can see an example of a simple Front-End that allows for arctic authentication here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published