I was working on a very simple Rails API, using devise_token_auth and I need to authorize controller actions based on user roles.
(Although, this should work fine for regular ol’ devise)
Recently, Ire Aderinokun has been dropping knowledge on how to build a Progressive Web App with push notifications, local storage and all that good stuff on bitsofco.de. In the third post of the series, she goes over how push…
In the first part of this series, we went through some of the concepts that Wit.ai introduced in their (relatively) new Bot Engine.
I’m working on a super-top-secret-but-not-really-maybe-cryptocurrency-related web product and I eventually ended up needing two back-end applications; one built in Rails and the other in Node.js
I decided to write a series of posts that show how I do certain things with graphql-ruby in server side Rails applications.
Today, I’ll be showing how I handle authentication. Understanding this article requires…