playframework/playframework

docs related to security and caching actions could be improved

Open

#8,052 opened on Nov 29, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (12,623 stars) (4,032 forks)batch import
good first issuehelp wantedtopic:documentation

Description

On this page https://www.playframework.com/documentation/2.6.x/JavaActionsComposition there is this text:

Note: play.mvc.Security.Authenticated and play.cache.Cached annotations and the corresponding predefined Actions are shipped with Play. See the relevant API documentation for more information.

But the linked pages are very light on details. I can't tell how these are supposed to be used.

Contributor guide