Is Nette PHP framework is suitable for creation of RESTful API in PHP (for client JavaScript application), I cannot find a proper documentation apart IAuthenticator
- Does Nette offer support RESTful? If no, does exist some stable "extensions"?
- Does Nette offer support for token authentication? I
notice cookies is the default using
SimpleAuthetication
.