Documentation
¶
Index ¶
- Variables
- func AuthHandler(ddb *dynamodb.DynamoDB, cog *cip.CognitoIdentityProvider, ...) func(http.ResponseWriter, *http.Request)
- func RegisterRoutes(ddb *dynamodb.DynamoDB, cog *cip.CognitoIdentityProvider, ...)
- func SigninHandler(config *oauth2.Config, t *template.Template) func(http.ResponseWriter, *http.Request)
- func SignoutHandler(ddb *dynamodb.DynamoDB) func(http.ResponseWriter, *http.Request)
Constants ¶
This section is empty.
Variables ¶
View Source
var AppClientId = os.Getenv("APP_CLIENT_ID")
View Source
var AuthDomainName = os.Getenv("AUTH_DOMAIN_NAME")
View Source
var DynamoDbTableName = os.Getenv("DDB_TABLE_NAME")
View Source
var ProtectedDomainName = os.Getenv("PROTECTED_DOMAIN_NAME")
View Source
var SuccessRedirect = os.Getenv("SUCCESS_REDIRECT")
View Source
var UserPoolId = os.Getenv("USER_POOL_ID")
Functions ¶
func AuthHandler ¶
func RegisterRoutes ¶
func SigninHandler ¶
func SignoutHandler ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.