Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Sign in Subscribe

authentication

A collection of 3 posts
authentication

Injecting auth-headers into angular.js application using http.config vz using interceptors.

We have been building a client app in Angular.js and decided on using token auth with JWTs, pretty much the normal choice. We got everything set up on the server side and am receiving the token on the client side, but now we just need to send the token
May 11, 2016 1 min read
API

How to enable support for CORS with custom headers like authentication in Rails

I was building a client side application for my API that I built using Rails/Grape. So in order to access the resources using the API from the client application the first thing that I need to do was to enable CORS support in the API. Enabling CORS using rack-cors
May 10, 2016 1 min read
API

JSON Web Tokens explained and how to use JWT in authentication with APIs

Introduction Over the last few years web application development has seen drastic changes, with the front-end frameworks coming to the scene, the popularity of hybrid applications, mobile first strategy, rising demand for SPAs, Microservices etc. In older times, both the frontend and the backend would be in a single place,
May 2, 2016 5 min read
Page 1 of 1
Today I learned © 2023
Powered by Ghost