Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-15 Thread bob
Good library! On Monday, February 10, 2014 12:54:59 AM UTC+8, Andrey Antukh wrote: Hi! Buddy is an authentication, authorization and signing library for clojure, designed with simplicity in mind. Features / Sub libraries: * Modular Authentication (implemented using protocols). *

[ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread Andrey Antukh
Hi! Buddy is an authentication, authorization and signing library for clojure, designed with simplicity in mind. Features / Sub libraries: * Modular Authentication (implemented using protocols). * Modular Authorization (with access rules) * Signing library. * Password hashers library. Is a

Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread john walker
I love the documentation. Thanks for building this. On Sunday, February 9, 2014 11:54:59 AM UTC-5, Andrey Antukh wrote: Hi! Buddy is an authentication, authorization and signing library for clojure, designed with simplicity in mind. Features / Sub libraries: * Modular Authentication

Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread Bastien
Hi Andrey, Andrey Antukh n...@niwi.be writes: Is a still young library and any feedback / api improvement suggestions are welcome. Great to see new efforts in this area, thanks! And the documentation is clear. How does it compare to Chas Friend? https://github.com/cemerick/friend Thanks

Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread Andrey Antukh
Hi Bastien 2014-02-09 19:57 GMT+01:00 Bastien bastiengue...@gmail.com: Hi Andrey, Andrey Antukh n...@niwi.be writes: Is a still young library and any feedback / api improvement suggestions are welcome. Great to see new efforts in this area, thanks! And the documentation is clear.

Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread Bastien
Hi Andrey, Andrey Antukh n...@niwi.be writes: An other very important goal of the project is to have good documentation. I have very poor English and if any one can help to fix any language issue, I'll be very grateful. I just forked your repo on github and will help fixing a few typos I'm

Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread Joshua Ballanco
On Sunday, February 9, 2014 at 18:54, Andrey Antukh wrote: Hi! Buddy is an authentication, authorization and signing library for clojure, designed with simplicity in mind. Features / Sub libraries: * Modular Authentication (implemented using protocols). * Modular Authorization (with