Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anybody using Rhino Security?

If so, what is your experience?

Do you recommend it?

This is the one I am talking about http://ayende.com/Blog/archive/2008/01/22/Rhino-Security-Overview-Part-I.aspx

like image 268
fm64 Avatar asked Sep 28 '09 09:09

fm64


People also ask

Is Rhino good for security deposit?

Instead of a large upfront cash security deposit, renters pay Rhino a small fee, and a Rhino policy secures the home for the property owner in case of damages or unpaid fees, such as unpaid rent. Rhino is available to eligible renters through their property owner and is available at any property that partners with us.

Is Rhino cheaper than security deposit?

Instead of a large upfront cash deposit, renters pay Rhino a small monthly fee that can be as low as $4 per month, and Rhino insures the property owner for damages that might occur and lost rent.

Is Rhino a real company?

Rhino is a licensed insurance agency in 48 states, and it's available for landlords and property management companies with rental apartments and rental homes.

How long does Rhino take to approve?

As an alternative to security deposits, we are pleased to offer Deposit-Free™ Living from Rhino. Get approved in 60 seconds. Sign-up is simple and most applicants are accepted on the spot.


2 Answers

I recommend it if you are using NHibernate. It simplifies the whole process.

The only good resource as source code that I found is: weblogs.asp.net/arturtrosin/archive/2009/04/02/rhino-tools-rhino-security-guide.aspx

But this is not complete. I am looking for some more examples. The author's blog: ayende.com/Blog/category/548.aspx

One example for web projects, the link to the source is in the comments: bartreyserhove.blogspot.com/2008/10/integrate-rhino-security-with-aspnet.html

like image 108
mynkow Avatar answered Sep 16 '22 20:09

mynkow


I know this is an old post, but I am using it in a mixed LLBLGen and nHibernate scenario for a complex MVC site. It works great but getting it running the first time is a royal P-I-T-A.

The biggest issue, so far, is that I cannot use the same transaction for both nHibernate Sessions and LLBLGen Sessions. I have to run separate transactions/sessions and commit one before starting the other.

I've also run into several bugs and fixing them is up to you. No one seems to be maintaining the code any more.

like image 28
rboarman Avatar answered Sep 18 '22 20:09

rboarman