Welcome Guest, Not a member yet? Register   Sign In
YAAS :: Yet Another Authentication System :: 0.0.1
#31

[eluser]Edmundas KondraĊĦovas[/eluser]
I think you forgot to delete these lines from library class:

Code:
echo '<pre>';
        print_r($CI->yaas_config);
        echo '</pre>';

        echo '<pre>';
        print_r($CI->session->userdata);
        echo '</pre>';
I'm pretty sure that was for testing reasons. Am I right?
#32

[eluser]tdktank59[/eluser]
Yeah however it shows you what is there to use as far as the variables LOL
#33

[eluser]tdktank59[/eluser]
Checkout http://ellislab.com/forums/viewthread/98465/ Seems to have taken most of my ideas lol

Anyways ill be adding on to that since its basically done.
#34

[eluser]Milos Dakic[/eluser]
He's just quicker Tongue
#35

[eluser]tdktank59[/eluser]
Allright after playing with DX_Auth I have found another cause for YAAS.

It wont be a basic auth system. It will be running on top of a few things

1. HMVC
I have always liked keeping my stuff clean and organized, This also adds the ability to drop in packages later if needed. Or for your own use.

2. Data Mapper or Ignited Code Any thoughts on which one?
I started using ORM at work and it makes things simple. Thus why I want to use it.

3. Some sort of Template Engine. Any thoughts here?
This will be used for the back end and such so you can easily restyle it without having to do a bunch of work.

4. DX Auth
So far the best auth system for what I have been looking for but it still does not fit the bill. Unfortunately. I do have to say thanks dexcell for the great auth system to build off of. You will definitely have credit in the files for your hard work!


Now onto the fun stuff!
As I said above DX_Auth does not have everything im looking for. So here is what I plan to implement! Besides changing over to support everything above!

1. Roles (Generic Access, members, moderators, admins) * Already implemented However I may improve upon it if I see anything wrong.

2. Groups (Special access. Think of it as keys to parts of a house.)

3. Move the config to the database, but still have the config file for defaults

4. Change the way access control works to reflect the roles and groups method above.
Basically be default no access. and you grant access to the roles or groups. Individual people do not get access they must be assigned to a group or role to gain access. Roles are your basic access so registered user, administrator, etc... While Groups will grant individual access for example a section of a forum or a subscribers page.

5. Anything you guys can think of or I think of while doing this!

Stay tuned! I hope this will fill some gaps for at least me!
#36

[eluser]dexcell[/eluser]
Thanks.
Looks interesting Smile
#37

[eluser]tdktank59[/eluser]
Just posting an update.

I am still alive the holidays were hectic so im now back to work on this!

I hope to have something soon

Stay Tuned!
#38

[eluser]tdktank59[/eluser]
Alright here is the first release!

All that this does is
1. Login
2. Register

It also supports datamapper at this time!

Installation:
1. Drop the code in!
2. Insert the database
3. Modify the config to setup CI properly

Everything, if CI is configured correctly can just be dropped in.
I have included the autoload.php as well so make sure you load what you need if dropping this on top of another installation.

YAAS 0.0.1

More to come soon!
#39

[eluser]Milos Dakic[/eluser]
HMVC support from the word go?
#40

[eluser]tdktank59[/eluser]
[quote author="Milos Dakic" date="1231223147"]HMVC support from the word go?[/quote]

um what do you mean...

this is a rough release judt to show ive been working on it...

and yes hmvc will be supported from the get go i did not include
it with this release howerver since.nothing is using it




Theme © iAndrew 2016 - Forum software by © MyBB