emreakay / CodeIgniter-Aauth

Authorization, Authentication and User Management library for Codeigniter 2.x and 3.x to make easy user management and permission operations
http://emreakay.com
GNU Lesser General Public License v3.0
393 stars 235 forks source link

Aauth v3.0.0-alpha1 is done! #191

Open REJack opened 7 years ago

REJack commented 7 years ago

Hey Guys, based on the news (#189) last week, i've pushed v3.0.0-alpha1 (i named my commit to v3.0.0-rc1 😅)

Now all models donw incl. PHPunit tests over Travis-CI and code-coverage over CodeCov

I hope you like how i created the models.

Next steps are:

The CodeIgnitier-Aauth v3.0.0 Plans are:

overall Aauth would need PHP 5.5 or higher

If anyone has some suggestions, feel free to answer on this issue 😃.

perenstrom commented 7 years ago

Nice work! But doesn't rc mean release candidate, that is feature complete and ready for final bug testing? And not alpha? :P

REJack commented 7 years ago

@perenstrom I named some commit with rc but it was a mistake by me 😅 It's definitely a alpha 😄

hersag commented 7 years ago

thank you for such a great stuff. appreciate the efforts for V3!

will there be any updates on V3 anytime soon? or should we stick to V2 for new projects?

REJack commented 7 years ago

@hersag You can stick with V2 but with BCrypt (use_password_hash on true), if V3 is ready i'll create a detailed documentation for easy upgrade.

I have at the moment much work with my job 😞, i hope that i can find some time at the next weekend.

hersag commented 7 years ago

that's great, thank you!

andacata commented 7 years ago

Great work!

It would be nice to be able to customize transactional emails. May be a customizable view and pass the parameters?

REJack commented 7 years ago

@andacata how you mean this?

andacata commented 7 years ago

Example in v2, function remind_password: $this->CI->email->message($this->CI->lang->line('aauth_email_reset_text') . site_url() . $this->config_vars['reset_password_link'] . $ver_code ); My proposal: $this->CI->email->message($this->CI->load->view('aauth_email_reset', array('url' => site_url($this->config_vars['reset_password_link']), 'ver_code' => $ver_code), TRUE));

tswagger commented 7 years ago

Raphael -

I agree on this. The method should allow us to pass a view, or should at least use a default view rather than a plain text email.

TIM

On Apr 15, 2017, at 2:34 PM, andacata notifications@github.com wrote:

Example in v2, function remind_password: $this->CI->email->message($this->CI->lang->line('aauth_email_reset_text') . site_url() . $this->config_vars['reset_password_link'] . $ver_code ); My proposal: $this->CI->email->message($this->CI->load->view('aauth_email_reset', array('url' => site_url($this->config_vars['reset_password_link']), 'ver_code' => $ver_code)));

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AkaySoftware/CodeIgniter-Aauth/issues/191#issuecomment-294313502, or mute the thread https://github.com/notifications/unsubscribe-auth/AH-nUCx1voJjG9pAU--U87R7lP30R04Yks5rwRvLgaJpZM4L3qt3.

REJack commented 7 years ago

@andacata & @tswagger i agree on this too, its a nice idea 😄 I'll add this to the list later.

lyarinet commented 6 years ago

where is source aauth 3.0

korllan commented 6 years ago

@asifagaria Branch: v3-dev

lyarinet commented 6 years ago

Thanks For Source But Documents Not Work

please make easy guide whit view

thanks