ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

A3M - Account Authentication & Authorization Module

February 06, 2010 5:48am

Subscribe [107]
  • #196 / Sep 03, 2010 5:09pm

    loopy2

    14 posts

    hi pk, any news on the permissions and admin panel

  • #197 / Sep 04, 2010 3:14am

    Peng Kong

    188 posts

    yes actually my co. has developed quite a bit since where i’ve last left off.
    let me discuss with them what parts, if any, they want to open source, in view of the potential benefits to us.

  • #198 / Sep 05, 2010 3:03pm

    loopy2

    14 posts

    cool, looking forward to see how it all looks.

  • #199 / Sep 05, 2010 5:34pm

    loopy2

    14 posts

    anynews from your developers on how long before we can have a sneek ?

    cheers

  • #200 / Sep 08, 2010 12:54pm

    Rob Pomeroy

    16 posts

    Just when I stumble across this module, the author’s website goes up in flames.  Bah.

    The latest “module” download seems to be an entire CodeIgniter application.  Has anyone troubled to extract just the essential files from this download?  Could do with repackaging.  I’m torn between unravelling this jumble and doing the lot from scratch…

  • #201 / Sep 12, 2010 6:22pm

    taziz

    2 posts

    Is it possible to request extended permissions with facebook in the latest version of the API? I’m trying to request publish_stream permissions in my application using a3m

  • #202 / Sep 14, 2010 5:24pm

    loopy2

    14 posts

    Just when I stumble across this module, the author’s website goes up in flames.  Bah.

    The latest “module” download seems to be an entire CodeIgniter application.  Has anyone troubled to extract just the essential files from this download?  Could do with repackaging.  I’m torn between unravelling this jumble and doing the lot from scratch…

    The author of this library is not that commited to the library, so I would really like to see an alternative library to this. CI badly needs one.

  • #203 / Sep 16, 2010 1:17pm

    Rob Pomeroy

    16 posts

    The author of this library is not that commited to the library

    That was kind of what I was detecting.  Feels like a now-expired “in house” project.  I’m trying out Ion Auth instead.  Developer is still involved.

  • #204 / Sep 16, 2010 7:53pm

    loopy2

    14 posts

    The author of this library is not that commited to the library

    That was kind of what I was detecting.  Feels like a now-expired “in house” project.  I’m trying out Ion Auth instead.  Developer is still involved.

    I thought you were after the OAuth library and the whole facebook,gmail, yahoo etc authenticaion . does Ion Auth do that?

  • #205 / Sep 16, 2010 9:13pm

    loopy2

    14 posts

    BTW is the next release going to work with CI2 ... since its alot better than CI1.7

  • #206 / Sep 17, 2010 2:39am

    Rob Pomeroy

    16 posts

    I thought you were after the OAuth library and the whole facebook,gmail, yahoo etc authenticaion . does Ion Auth do that?

    At this stage it’s more important for me that code is actively maintained.  Having now seen the Ion code, it looks relatively easy to plug extra features into it. Since the dev is still around, that’s a better starting point for me, on balance.

  • #207 / Sep 19, 2010 3:50pm

    gr0uch0mars

    26 posts

    I’ve been waiting for several months for new updates, but this project is not being maintained by the author anymore.

    I’ve decided to keep it alive and adapt it to CodeIgniter 2.0. But it’s something I cannot do alone! That’s why I’m looking for people who’d like joining me to re-develope this project, keeping it alive, and implementing new things. It’s an awesome project, we cannot let it die!

    Are you interested? Say so in a post. Do you have any suggestions? Post them.

  • #208 / Sep 20, 2010 12:59am

    Peng Kong

    188 posts

    thanks for all the thoughts ppl.

    i’m still around just that i don’t have the time to maintain the project. so in a way loopy is right i’m not committed to the extend some of you expect. However it doesn’t mean im not interested in this project 😉

    gr0uch0mars pm me recently asking if he could take over the project. my reply is that he has my fullest permission to do so. the reason i contributed a3m in the first place was to contribute an ideology of how authentication and authorization should be done as i wasn’t satisfied with existing libraries.

    Just when I stumble across this module, the author’s website goes up in flames.  Bah.

    yes. i no longer own that domain, sorry abt that Rob.

    The author of this library is not that commited to the library, so I would really like to see an alternative library to this. CI badly needs one.

    you’re right about the part where CI badly needs a library like this. i put a3m out here because i’m looking for ppl who will help build/maintain it rather then just for ppl to use it, that’s given of cause (:

    The latest “module” download seems to be an entire CodeIgniter application.  Has anyone troubled to extract just the essential files from this download?  Could do with repackaging.  I’m torn between unravelling this jumble and doing the lot from scratch…

    it isn’t that i don’t have more good code to contribute. i just don’t want it to “die” like a3m at the moment, and as most of you can tell i’m not going to ‘maintain’ it, cuz i don’t have that kind of time. (like most of you i got a full time job and that’s more important)

  • #209 / Sep 20, 2010 1:23am

    Peng Kong

    188 posts

    hear me out.

    in my opinion the ‘design’ of a3m isn’t out of date. sure, the code and libraries might be outdated since this was developed about 8 months ago.

    the key to a3m is “LOOSE COUPLING”. in fact i tired to architecture the whole package with all the CI design philosophies in mind.

    The code which i wrote is actually minimal. All the business logics/hardwork, like connecting with openid, oauth, facebook, etc are from external open source projects that are well maintained. What i wrote are controllers (that use those external libraries) and views (xhtml+css+language)

    The point is loosely coupled, anyone of us should be able to easily swap out the outdated facebook library, replace it with the new updated facebook library and easily update the related controllers code.
    a3m was engineering with maintenance in mind.

    controller to controller and views to views have no dependency (at least that’s the idea).
    meaning you can totally throw away say “signin with myspace” and nothing will break.
    the views are schematic xhtml styled minimally with css, so you can easily throw away the css and put in your own design.

    basically as far as i could design, every part can be excluded or replaced without breaking shit here and there 😉 modular basically.

    What i’m looking for is someone help me work on this dream of an authentication, authorization and account package that is reusable for every project/website that has users.

    The latest “module” download seems to be an entire CodeIgniter application.  Has anyone troubled to extract just the essential files from this download?  Could do with repackaging.  I’m torn between unravelling this jumble and doing the lot from scratch…

    i’ll explain all the dependencies if you guys are interested to know. that exactly can be throw away and what must stay for what to work, etc. everything inside has a reason to be inside cuz the code is suppose to be as light weight as possible so it’s easy to understand/extend/maintain.

    btw i’ve done acl on my own to abt 80%-90% so if gr0uch0mars or some else agrees that this idea is right and is the way to go and is willing to work on this. i will contribute that code too.

  • #210 / Sep 20, 2010 5:33am

    gr0uch0mars

    26 posts

    Hi Peng Kong,

    I’ll start by downloading the code and trying to understand it. Meantime, you could also explain it.

    I’ve seen in your webpage that you compare 4 authentication projects (included yours). Do you want to add something to A3M, special feature, in the future?

    Everything you could share with us now would be great! It’s not clear to me (maybe because it’s too early here) your ACL project. Could you explain it too, please?

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases