jeremykendall / slim-auth

Authorization and authentication for the Slim Framework using ZF2 Authentication and Acl components
MIT License
244 stars 38 forks source link

Documentation / example code #40

Closed jernejsk closed 8 years ago

jernejsk commented 8 years ago

Hi, I wanted to try out this code but I'm bit stuck. In your readme there is an example code which uses Bootstrap class which is not present anymore. Can you please update your example code?

jeremykendall commented 8 years ago

@jernejsk What version of Slim Auth are you using? I'm guessing it's one of the v2 alpha releases for Slim 3.x compatibility. If that's the case, the most recent docs are in the Slim 3.x branch here: https://github.com/jeremykendall/slim-auth/tree/slim-3.x.

jernejsk commented 8 years ago

Yes, you are correct. I totaly miss them. Thanks.

jeremykendall commented 8 years ago

No problem! Thanks for giving Slim Auth a try!