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
- Host: GitHub
- URL: https://github.com/loginradius/engineering-blog-samples
- Owner: LoginRadius
- License: mit
- Created: 2020-05-01T13:57:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T01:16:51.000Z (over 2 years ago)
- Last Synced: 2025-04-04T12:07:57.574Z (9 months ago)
- Topics: authentication, ejs, ejs-express, ejs-templates, express, javascript, nodejs, passportjs
- Language: Jupyter Notebook
- Homepage: https://www.loginradius.com/engineering/blog
- Size: 5.36 MB
- Stars: 255
- Watchers: 15
- Forks: 380
- Open Issues: 161
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Samples of LoginRadius Engineering Blog
## Table of Contents
• About
• LoginRadius
• How To Use
• License
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
[](https://opensource.org/licenses/MIT)
Engineering Blog Samples is under the [MIT License](/LICENSE)