Skip to content

blue-coding/tlab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Tlab

== Authentication

The freerunning technologies site uses google oauth 2 to authenticate users. To successfully authenticate, the domain must be in google's white list of acceptable redirect points for your api key.

Currently, other than the production URL, the only available url for redirect is set up at: http://localhost:5000/.

The API is managed through the google API console, which can be accessed here:

https://code.google.com/apis/console/b/0/#project:141361864778:access

To successfully authenticate, you must also have the client id and client secret set up in your environment variables:

export GOOGLE_OAUTH_ACCESS_ID=<my_client_id_here> export GOOGLE_OAUTH_SECRET=<my_secret_here>

About

Another simple blog engine. Pronounced "Tea-Lab".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 78.6%
  • HTML 15.0%
  • CSS 3.9%
  • JavaScript 2.4%
  • Shell 0.1%