Documentation ¶
Overview ¶
Package auth contains the handlers required for authentication purposes
Index ¶
- func CreateApp(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func DeleteApp(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func GetAllApps(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func GetApps(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func GoogleAuth(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func Logout(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func Profile(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func Register(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func Session(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func UpdateApp(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func Urls(ctx context.Context, w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllApps ¶
GetAllApps api will return the list of all apps registered in the platform. This is intented for admin use
func GoogleAuth ¶
GoogleAuth is the callback url for the Google OAuth
func Register ¶
Register registers the user with the platform. One can register only if he agrees the terms and conditions while subscribing to the newsletter is optional
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.