acciente / oacc-core

OACC (Object ACcess Control) is an advanced Java Application Security Framework
http://oaccframework.org/
Apache License 2.0
104 stars 23 forks source link

Using OAAC with Scala Play Framework #30

Open ankeshdave opened 7 years ago

ankeshdave commented 7 years ago

Are there any samples and guides to use this with Scala. Also on integration with the popular play framework.

Any pointers on this will help.

Thanks

fspinnenhirn commented 7 years ago

That's a good question, ankeshdave! I'm not aware of any samples or guides for integrating OACC into Scala/Play projects, but please share if you find any.
We'll probably post a simple Java-based tutorial, soon, to make the basic OACC concepts easier to digest in context. Maybe that would give you a starting point to integrate?

fspinnenhirn commented 7 years ago

Ankeshdave, we just published the SecureTodo sample application to illustrate how to integrate OACC into a (Java) application and address several real-world authorization scenarios. The writeup is available on oaccframework.org and in the Github repository that contains the full source code.

ankeshdave commented 7 years ago

Thanks I'll take a look at it for reference ☺️