volatiletech / authboss

The boss of http auth.
MIT License
3.85k stars 207 forks source link

I want to use more usefully authboss on any framework. #311

Closed lkeix closed 4 years ago

lkeix commented 4 years ago

Hi! authboss is very interested in OSS Project. I think authboss is very powerful tool when I develop web system not using framework. But, authboss is a little hard-to use using any framework (e.g. gin). Therefore, I'll develop module to use authboss more usefully on any framework.

Does authboss require module like connecting to framework?

aarondl commented 4 years ago

Hi @lkeix. It sounds like an okay idea.

Authboss generally needs code to connect any application to it. And that code needs to be aware of the pieces that they use.

lkeix commented 4 years ago

Ok! when I created connection code between framework and authboss, I'll mention or send pullrequest again.

aarondl commented 4 years ago

Okay thanks.