Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Seed template for creating a project with Google login

License

Notifications You must be signed in to change notification settings

lunatech-labs/lunatech-kitchen-sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunatech Kitchen Sink

This is a simple seed template to create new Play Framework projects with Google login. Furthermore you can define admins with extra privileges for your application.

Required configuration in conf/application.conf

google {
    clientID = ???
    secret = ???
}

administrators = [
    "developer@lunatech.com",
    "admin@lunatech.com"
]

About

Seed template for creating a project with Google login

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published