Ron Almog

Results 5 issues of Ron Almog

in your article you say at the beginning you say we will use access_token: ![image](https://user-images.githubusercontent.com/5527427/132427863-ae6a9d59-3bda-4125-9738-8b9626daaa0c.png) then later you write code that takes session_token: ![image](https://user-images.githubusercontent.com/5527427/132427936-b56c0f8b-9d05-499b-b96d-c7f1b0b0a8d4.png) which one is correct? and how...

What's the best way to secure the api? I mean to give separate permissions to each endpoint. for example: api/cats - open to anybody. api/orders - available to admins only....

enhancement
question

the component works, but i can't reach the fullCalendar object. my html: `` in my controller: ` vm.uiConfig = { calendar:{ lang: 'en', height: 450, editable: false, allDaySlot: false, defaultView:...

I'm using this package with sublime text 3, hoping to make it compile Typescript files into javascript. the best i was able to achieve is that on save it opens...