Javascript Node

[Node.js] Securing your applications Part 3/3

If you haven’t checked out the first two-part of our ‘__Securing your Applications in Node.js__’ series, click here and the second part here. This is a 3-part blog series...
Read More
Javascript Node

Securing your Applications in Node.js – Part 2/3

If you haven’t checked out the first part of Securing your Applications in Node.js, click here. This is a 3-part blog series on Node.js. This article aims to establish...
Read More
Javascript Node

Securing your Applications in Node.js – Part 1/3

Javascript is here to stay! And the server-side Node.js project is no different 💚. This year marks the 12th (Dec 4, 2009) anniversary of the birth of Node.js, and...
Read More
Javascript Vue

A vue application which provides read-only function without authentication or post module

Elog mobile Elog mobile web pages developed and deployed at CSNS (China Spallation Neutron Source), it is a lightweight web application which provides read-only function without authentication or post...
Read More
Javascript Vue

Laravel sanctum and nuxt configuration

Laravel: 1) .env => SESSION_DRIVER=cookie SANCTUM_STATEFUL_DOMAINS=nuxt.product.test SESSION_DOMAIN=.product.test:3000 product.test is your laravel url. nuxt.product.test is your subdomail for nuxt. Nuxt: 1)nuxt.config.js => ssr: false, server: { host: ‘http://nuxt.product.test‘, port: 3000,...
Read More

Pin It on Pinterest