waiting-for-dev / warden-jwt_auth

JWT token authentication with warden
MIT License
113 stars 56 forks source link

for what reason to use dry? #14

Closed simonoff closed 6 years ago

simonoff commented 6 years ago

Hello, you have done a great job! But I can't use your library because instead of have dependency only on warden it has much more, which is not comfortable for me. Is there is some possibilities to remove dry fully?

waiting-for-dev commented 6 years ago

Hi @simonoff ,

I relied on two dry organization gems in order not to reinvent the wheel here:

So I think that both dependencies bring added value to our gem, so I still think they are good choices. Also keep in mind that all gems in dry organization are very focused to address a single responsibility.