Authorization
030 opened this issue · 5 comments
030 commented
Authentication works, but does this project also support authorization? E.g. userA could authenticate, but is not authorized to view this page, while userB is allowed.
oexza commented
check out the PlayAuthenticate usage sample, it uses deadbolt for authorisation.
…On 6/22/17, 030 ***@***.***> wrote:
Authentication works, but does this project also support authorization? E.g.
userA could authenticate, but is not authorized to view this page, while
userB is.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#340
030 commented
Shall I create a PR if the deadbolt works as the related README section seems to be empty https://github.com/joscha/play-authenticate/blob/master/samples/java/Getting%20Started.md#using-deadbolt
oexza commented
Sounds good to me. @joscha ??
…On 6/22/17, 030 ***@***.***> wrote:
Shall I create PR if the deadbolt works as the related README section seems
to be empty
https://github.com/joscha/play-authenticate/blob/master/samples/java/Getting%20Started.md#using-deadbolt
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#340 (comment)
joscha commented