PromucFlow_constructor/app/server
Arpit Mohan 9c47e1cb2f A hacky approach to limiting the Google OAuth2 to a set of custom domains.
This is not the prettiest way to do it. Ideally, we should send a query parameter to Google with key "hd=example.com" in order to get Google to list accounts with only those domains. For now, we send an error when the domains don't match in a custom `ClientUserRepository` function.
2019-09-09 05:16:42 +00:00
..
src A hacky approach to limiting the Google OAuth2 to a set of custom domains. 2019-09-09 05:16:42 +00:00
.gitignore Adding application-local.properties 2019-03-30 13:08:43 +05:30
pom.xml Adding some basic unit tests for the TenantService class. We should add more tests for other CRUD flows as well. 2019-09-04 09:24:38 +00:00
README.md Initial commit 2019-02-17 05:41:20 +00:00
system.properties Adding the system.properties file for java version 2019-03-30 13:12:49 +05:30

internal-tools-server

This is the server-side repo for the internal tools framework