d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
16 stars 7 forks source link

The vacation contoller forbid anonymous requests #50

Closed ckuetbach closed 4 years ago

ckuetbach commented 4 years ago

The vacation contoller example forbid anonymous requests, but the tutorial says, anon-user should work.

https://developer.d-velop.de/dev/de/tutorials/anleitung-deine-erste-app-in-der-d-velop-cloud

The controller should be annotated with [AllowAnanymous]