mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-08 17:37:01 +00:00
wip: add todos
This commit is contained in:
@@ -5,17 +5,21 @@ type LoginCallback struct {
|
||||
}
|
||||
|
||||
func (in LoginCallback) IdentityProviderError() (bool, error) {
|
||||
// TODO
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (in LoginCallback) ValidateRequest() error {
|
||||
// TODO
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (in LoginCallback) RedeemCode() error {
|
||||
// TODO
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (in LoginCallback) ParseAndValidateTokens() error {
|
||||
// TODO
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
@@ -7,9 +7,11 @@ type Logout struct {
|
||||
}
|
||||
|
||||
func (in Logout) URL() string {
|
||||
// TODO
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (in Logout) Cookie() openid.LogoutCookie {
|
||||
// TODO
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@ type LogoutCallback struct {
|
||||
}
|
||||
|
||||
func (in LogoutCallback) ValidateRequest() (bool, error) {
|
||||
// TODO
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user