An open API service indexing awesome lists of open source software.

https://github.com/loginradius/engineering-blog-samples

Code samples of LoginRadius Engineering Blog
https://github.com/loginradius/engineering-blog-samples

authentication ejs ejs-express ejs-templates express javascript nodejs passportjs

Last synced: 9 months ago
JSON representation

Code samples of LoginRadius Engineering Blog

Awesome Lists containing this project

README

          

# Code Samples of LoginRadius Engineering Blog

## Table of Contents

About Repository

Engineers at LoginRadius are not limited to develop, test, deploy, and maintain the **LoginRadius Identity Platform**. They are also highly motivated to build and learn something new every day.

As a part of our Giving Back To Community initiative, we aim to share the same with the developers worldwide via our [Engineering Blogs](https://www.loginradius.com/engineering/blog).

This repository contains the sample code used in the engineering blogs written for the initiative mentioned above.

About LoginRadius

LoginRadius empowers businesses to deliver a delightful customer experience and win customer trust. Using the LoginRadius Identity Platform, you can offer a streamlined registration and login processes while protecting customer accounts and complying with data privacy regulations.

How to Use

First, clone this repository to your desired location in the PC using the following command :

```ruby
git clone https://github.com/LoginRadius/engineering-blog-samples.git
```

The root folder contains the language specific folder for code samples. You can browse to particular directory and access the code sample as per your need

For example

```ruby
cd Deno

```
This command in the terminal would open the Deno folder and list all the subfolders. This is where you can find a number of project samples.

Now, if you want to check with sample how to create Rest API in Deno, please move to that directory :

```ruby
cd RestAPIWithDeno

```

Here you can find the instructions to run that sample project in Deno.

License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Engineering Blog Samples is under the [MIT License](/LICENSE)