badleyy / rtapi

The backend api for raft
0 stars 0 forks source link

Authentication #5

Closed cpb2948 closed 8 years ago

cpb2948 commented 8 years ago

@dadleyy What do you think of the token based authentication?

dadleyy commented 8 years ago

mixed feelings. I like it because its forward thinking - native clients would need that kind of thing. I don't like it because our browser side application could just use cookies with laravel's session stuff which would be much easier. maybe try implementing both?

cpb2948 commented 8 years ago

yeah its gonna take a little bit of dev on the client side to interact using the tokens. I can look into implementing both.

dadleyy commented 8 years ago

make a jira ticket for it!

allow consumers of the api to authenticate using cookie based session model