Skip to content

Node scripts for bootstrapping a portal protected by roll, and creating a dev and registered app.

Notifications You must be signed in to change notification settings

d-smith/rollsetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roll Setup

This repository contains some code to seed a roll application user used to lock down requests to Roll, and to create a user against roll after obtaining an access token as the roll application user.

The functions performed are essentially those shown in the README.md file associated with roll.

Roll Application Seeding

Roll is meant to be used in the context of a developer portal application, and for providing a mechanism for authentication and trust. To be used securely in the context of a developer portal, we will used Roll to secure itself. To do this, we boot roll in non-secure mode, and use seed.js to seed a 'developer' account associated with the portal, and an application that represents the portal. We then reboot Roll in secure mode, using the client_id associated with the Roll application obtained via the seeding process.

About

Node scripts for bootstrapping a portal protected by roll, and creating a dev and registered app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published