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

https://github.com/osrf/gz-token

Web component to log in a Cloudsim-auth server and get json web token
https://github.com/osrf/gz-token

Last synced: 5 months ago
JSON representation

Web component to log in a Cloudsim-auth server and get json web token

Awesome Lists containing this project

README

          

[ ![Codeship Status for osrf/gz-token](https://codeship.com/projects/a4a3e170-1ae3-0134-a64a-265a91e3d879/status?branch=master)](https://codeship.com/projects/159492)

[![GitHub version](https://badge.fury.io/gh/osrf%2Fgz-token.svg)](https://badge.fury.io/gh/osrf%2Fgz-token)

[![Dependency Status](https://www.versioneye.com/user/projects/57ca3751939fc600471d507a/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57ca3751939fc600471d507a)

# \

documentation: [https://osrf.github.io/gz-token/components/gz-token](https://osrf.github.io/gz-token/components/gz-token)

demo: [https://osrf.github.io/gz-token/components/gz-token/demo](https://osrf.github.io/gz-token/components/gz-token/demo)

Login to a cloudsim-auth server and get a token

## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.

## Bower

```
$ bower install
```

## Viewing Your Application

```
$ polymer serve
```

## Building Your Application

```
$ polymer build
```

This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.

You can serve the built versions by giving `polymer serve` a folder to serve
from:

```
$ polymer serve build/bundled
```

## Running Tests

```
$ polymer test
```

Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.