Looks great, but I'm having trouble turning your code examples into a
coherent project (not always sure where to put everything. Bear in
mind I downloaded ServiceStack yesterday, so I'm probably not up to
speed yet).
Any chance for a bare-bones sample project implementing a
CredentialsAuthProvider? I need to check username/password
credentials against a database, set a single role ("Admin"), also
found in that same table, and then set up an AuthRepository for
future calls. (the project could hardcode one user/password, I think
I know how to pull the data out of the DB).
I found some code samples but quickly got overwhelmed/lost. It also
appears that the authentication stuff is pretty new, and maybe some of
the code I found was older and wasn't taking advantage of these
features yet.
thanks in advance.
matt tag
On Mar 4, 3:15 am, Demis Bellot <
demis.bel...@gmail.com> wrote:
> Hi Group,
>
> I've added more documentation about ServiceStack's authentication feature
> that includes an info graphic on how all parts fit together:
https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-...