SurillyaID
The all-in-one login system for Surillya services and partnered services
🔐 How it works
This is a private OAuth-like system for logging in to multiple services with one account. You can register once and authorize any connected app via a secure flow. The apps will be able to access your display name and email, but not your password, since your account acts as a password in itself.
🛠️ How to use it
- Point your app to
https://surillya.com/id/authorize.php
- Use your
client_id
and aredirect_uri
for login flow - Users will approve access and your app will receive a code
- You exchange that code for a user session on your end using
https://surillya.com/id/token.php
- Get user data with a user session using
https://surillya.com/id/userinfo.php
- See the provided client example on Suritea for a better understanding