IUserService
Last updated
Was this helpful?
Last updated
Was this helpful?
You have to create a UserService
and . This UserService
needs to have three methods, according to cbauth.interfaces.IUserService
If you want to implement a UserService
for cbauth
combined with cbsecurity
you will find your interface specification in . Methods in this spec are equal.
The user component returned by both retrieve...
methods needs to respond to getId()
as specified by the interface.
Combined with or you might have to specify additional methods for checking roles or permissions.