Is anyone here familiar with the cbsecurity module...
# box-products
n
Is anyone here familiar with the cbsecurity module or know where I should go to start a convo on that? I installed it and broke my site, and it's wanting me to setup a userServiceClass and then set it in ColdBox.cfc. I'm just looking for a basic example of doing this to use basic auth. Sorry for the rookie question.
if you are looking for something more simple, then it might be easier to start with https://forgebox.io/view/cbauth
d
I sample repo would be nice here. let me search github...
got lucky. first result: https://github.com/irvirv/cbsecurity_template uses coldbox 6 and the dude made a commit to this repo yesterday.
r
I was looking into CBSecurity the other day, and I found docs to be incomplete for novice to understand. Good example would be nice to have. Probably it's only my approach - first try to have it working first then understand why it's working. The docs go the other direction - explain building blocks but no example how to lock them together
d
No doubt. I’m only using cbsecurity for a single global api key (not in production yet). and that’s not really mentioned in the docs. So I’m going to contribute to the docs once I have it in production. I agree that there should be examples with step by step guides to get each up and running
@Nick Kurucz have you ran the example I shared?
n
I haven't looked at your examples yet. But I agree a working example would be nice, because I have been struggling trying to wire it all up and make it work. Thanks for the replies.