-
-
Notifications
You must be signed in to change notification settings - Fork 964
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ss: Add profile management and refactor internals
This patch adds profile management ( closes #112 ) and many internals have been refactored as a preparation for implementing that flow: - Flows (login, registration, profile management) have been decoupled and moved to selfservice/flows/<flow> - The form parser has been reworked completely and now uses JSON for types assertions everywhere.
- Loading branch information
Showing
203 changed files
with
8,956 additions
and
2,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
package client | ||
|
||
import ( | ||
|
||
"github.com/spf13/cobra" | ||
|
||
"github.com/ory/x/cmdx" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.