Intertwined

Intertwined is a php-based open-source authentication service, that helps you set up your web and client applications securely.

Dash

Why us?

Privacy
Bcrypt
Intertwined's main priority is privacy. That's why we hash both your and your user's passwords & HWID's with Bcrypt, and we have an extensive encrypted API to secure your data transmission from client to server.
Ease of implementation
Ease-Of-Implementation
Our API is specifically designed for seamless introduction with your project. Additionally, we have documentation and examples on Github, and a support Discord to make integration as easy as possibly.
Open-Source
Open-src
We are open-source, which allows you to have a deeper understanding of how our code works and trust our service more. Additionally, we strongly about helping fellow developers and giving back to our community, which is why we've licensed the source code under the AGPL-3.0 license, which allows our code to be modified and repurposed when redistributed under this license.
End-to-End Encryption
Open-src
Our encrypted API uses AES256 and SHA256, which are both used by the NSA, to encrypt your data end-to-end to give you peace of mind regarding security within your application.

Features

Within our service, we have Applications. These applications act as your portable databases, which contain all of the features you'd need to run your project.

Server-Side Data
We allow you to access and call webhooks, get server-stored variables, and download files securely through our API.
Handle your user data
Through our service, we provide a UI for you to handle your user data including their usernames, passwords, login timestamps, tiers, ban status, IP and HWID, which can all be accessed through the dashboard. This userdata is then accessed through the API to connect to your project.
Data Management API
We additionally offer a Data Management API, which allows for you to manage your user data without even using the dashboard, which can be integrated into your own dashboard or UI.