Hi all,
I'm working on a plugin that will allow integration of WordPress with Osclass. Similar to my recent SMF bridge plugin, this plugin will allow your Osclass users to login as normal, with the added benefit of also having them automatically logged-in to your WordPress installation. Once the plugin is installed, upon the user's first login to Osclass, they'll automatically be registered with your WordPress installation and be logged-in. In oc-admin, I anticipate having a setting so that you may set the user's privilege level for WordPress.
Where I'm at: So far, I've got the complex login system for WordPress figured out and I'm able to perform logins externally; a fairly complex task. I work now to take this and build a plugin around it.
I welcome any ideas that might make this plugin more useful.