<div dir="ltr"><div><div><div>Thanks a lot, I didn't see that.<br></div>That's exactly my issue.<br></div>I don't need a DBIC as much as I need an Auth solution (one that supports roles specifically), so I might go back to Dancer2::Plugin::Auth::Tiny for now and implement the roles myself if need be.<br><br></div><div>Thanks a lot,<br></div><div><br></div><div>David<br></div><div><br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 10, 2015 at 1:41 AM, Andrew Beverley <span dir="ltr"><<a href="mailto:andy@andybev.com" target="_blank">andy@andybev.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 2015-08-10 at 01:18 +0930, David H wrote:<br>
> I've been struggling with a simple example and trying to get it to work but<br>
> without any luck. I'm using Dancer2::Plugin::Auth::Extensible to get users/roles<br>
> and using a simple SQLite database<br>
<br>
</span>I think you've probably run into this:<br>
<br>
<a href="https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/issues/4" rel="noreferrer" target="_blank">https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible/issues/4</a><br>
<span class=""><br>
> #use Dancer2::Plugin::Auth::Extensible::Provider::Database; # < not sure if<br>
> I need this, doesn't work either way.<br>
<br>
</span>No, you don't need that, but I don't think it will work anyway.<br>
<br>
Can you use the DBIC provider instead? As a bonus, I think it is currently the<br>
only provider that supports full DPAE functionality.<br>
<br>
I appreciate that adding DBIC is an added layer of complexity if you just want to<br>
get something simple up and running, but its use would probably be beneficial in<br>
the longer term anyway.<br>
<br>
<a href="https://metacpan.org/pod/Dancer2::Plugin::DBIC" rel="noreferrer" target="_blank">https://metacpan.org/pod/Dancer2::Plugin::DBIC</a><br>
<br>
Andy<br>
<br>
<br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</blockquote></div><br></div>