Login with your HNS domain on any app that supports OAuth https://login.hns.au
Go to file
Nathan Woodburn e1046be541
All checks were successful
Build Docker / Build Docker (push) Successful in 27s
fix: Make sure urls are https
2024-06-17 17:49:17 +10:00
.gitea/workflows feat: Push initial version 2024-02-09 23:04:20 +11:00
website fix: Make sure urls are https 2024-06-17 17:49:17 +10:00
.gitignore feat: Add HNS.ID domains using ETH signing 2024-06-14 15:32:04 +10:00
app.py feat: Push initial version 2024-02-09 23:04:20 +11:00
Dockerfile feat: Push initial version 2024-02-09 23:04:20 +11:00
LICENSE.md Initial commit 2024-02-09 12:50:43 +11:00
README.md feat: Add deployment info 2024-02-13 22:58:10 +11:00
requirements.txt feat: Add HNS.ID domains using ETH signing 2024-06-14 15:32:04 +10:00

varo-openid

Add a client

Go to /create-client and add a new client.

Set the following parameters:

Allowed Scope: profile
Allowed Grant Types: authorization_code
Allowed Response Types: code
Token Endpoint Authentication Method: client_secret_post

Client settings

Set the following parameters:
Client ID: Given by the previous step
Client Secret: Given by the previous step
Authorization URL: https://login.hns.au/oauth/authorize
Token URL: https://login.hns.au/oauth/token
Userinfo URL: https://login.hns.au/api/me

Deploy your own instance

docker volume create hns-login
docker run -d -p 9090:9090 --name hns-login -v hns-login:/app/instance git.woodburn.au/nathanwoodburn/hns-login:latest