MelonLand Passports 
Aha

It's
you again! You've found the info thread for the
MelonLand Passport system, this is a collection of tools including the
API, mAuth and Hyper Actions, that allows you to create your own web apps, sites, games and stufffff, using MelonLand accounts and open data.
The main goal of this project is to make it really easy for people to create their own web apps, without having to worry about making or managing user accounts. So, instead of making a lil community site and trying to convince a few people to sign up to it, you can make a site and instantly allow all 3000 moderated and vetted melonland members to access it with no extra accounts needed
I should also credit
@dream for the initial idea, we've been discussing this project for over a year and its slowly been taking shape!
For members: When you visit a site offering passport support, it will offer you a link asking for your MelonLand passport, click it, and you'll be shown what data the site is requesting. You can agree or deny. If you agree, site will keep you logged in untill you log out of the forum (then you have to agree again)You can try a live version of the demo hosted on my blog server:
https://thoughts.melonking.net/melonland-api-demo.phpFor developers: You just include include the API helper file in your project, and from there your able to access MelonLand accounts with a few easy functions! You can also access the API, and create Hyper Actions!A view of the passport request screen:

What is mAuth and is it like oAuth? - mAuth is an authentication system, but its not like oAuth. It lets external websites you approve access your id & username, for as long as you are logged in. This essentially means an app can piggyback off melonland accounts and use them as its own accounts safely. Sites that use mAuth are the Wiki, Letters and the Everyone Site (although you don't see the approve screen or them
)What is the API? - The MelonLand API is a public interface that can be used for getting data about the forum. You've actualy used it before, its used by Art Hub gallery embeds and Artifact embeds.What are Hyper Actions? - These are new, they let you perform actions on the forum. For example if you click here, you can enter a hyper action that sends me 1 of your swap credits
(this is the only hyper action I've made so far...)
How do I get started??To make use of Passports right now you'll need a PHP server and some basic PHP experience. I have attached the main melonland-api.php file you'll need, plus a basic demo file you can play with!
In the future I hope to port these over to JavaScript too, but to start with here's what ya get!
Multiple parts of the forum already use this system (such as the Nav) to access data, so it does work well, but I expect it will still break horribly being public, so please report bugs and let me know how it does!
GOOD LUCK