-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Marsanor/examples
base: master
head repository: ory/awesome-ory
compare: master
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1e37c3 - Browse repository at this point
Copy the full SHA b1e37c3View commit details
Commits on Jun 5, 2023
-
fix: hydra kratos align ui version (ory#71)
* fix: README draft * feat: hydra & kratos integration example (#2976) (ory#68) * feat: hydra & kratos integration example * * fix: removed files from kratos-hydra that were incorrectly copied * style: code updates on kratos-hydra from running "make format" * fix: consent page not working (ory#70) * chore(add-idea-gitignore): add .idea folder to gitignore file (ory#69) * fix: README draft * feat: hydra & kratos integration example (#2976) (ory#68) * feat: hydra & kratos integration example * * fix: removed files from kratos-hydra that were incorrectly copied * style: code updates on kratos-hydra from running "make format" * fix: consent page not working --------- Co-authored-by: Matt Barnicle <mattbarnicle@users.noreply.github.com> Co-authored-by: Vincent <vincent@ory.sh> * chore: format * fix: align kratos-hydra example ui version and code to kratos-selfservice-ui-node original project * chore: format * fix: update kratos config to add error ui url --------- Co-authored-by: Vincent Kraus <mail@vinckr.com> Co-authored-by: Matt Barnicle <mattbarnicle@users.noreply.github.com> Co-authored-by: Vincent <vincent@ory.sh>
Configuration menu - View commit details
-
Copy full SHA for 2f36b97 - Browse repository at this point
Copy the full SHA 2f36b97View commit details -
* chore: format * chore: format * chore: fix format
Configuration menu - View commit details
-
Copy full SHA for 7a57776 - Browse repository at this point
Copy the full SHA 7a57776View commit details
Commits on Jun 13, 2023
-
feat: reference implementation for Hydra+NextJS (ory#43)
* added hydra-nextjs example * chore: apply suggestions from code review Co-authored-by: Kevin Goslar <kevin.goslar@gmail.com> --------- Co-authored-by: Vincent <vincent@ory.sh> Co-authored-by: Kevin Goslar <kevin.goslar@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2face08 - Browse repository at this point
Copy the full SHA 2face08View commit details
Commits on Jul 19, 2023
-
feat: add Ory Action example for a vpn / geo check (ory#75)
* feat: add Ory Action example for a vpn / geo check * chore: fix format * fix: format * fix:format * chore: format all the things * fix: conditional cloud logging * fix: conditional logging attempt 2 * fix: conditional logging, take 3 * fix: format and move to folder --------- Co-authored-by: Vincent Kraus <mail@vinckr.com>
Configuration menu - View commit details
-
Copy full SHA for f386aa9 - Browse repository at this point
Copy the full SHA f386aa9View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ead80fd - Browse repository at this point
Copy the full SHA ead80fdView commit details -
* docs: add actions index readme * docs: add actions index readme
Configuration menu - View commit details
-
Copy full SHA for 40701ac - Browse repository at this point
Copy the full SHA 40701acView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e2d227 - Browse repository at this point
Copy the full SHA 8e2d227View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15b6270 - Browse repository at this point
Copy the full SHA 15b6270View commit details
Commits on Aug 10, 2023
-
IPQS & Focsec webhook (ory#81)
* focsec impl * chore: cleanup to have both examples * feat: IPQS impl (untested) * fix: copy and paste mistakes * chore: readme update * fix: response format * fix: format * fix: readme changes
Configuration menu - View commit details
-
Copy full SHA for cf4f36c - Browse repository at this point
Copy the full SHA cf4f36cView commit details -
refactor(kratos-hydra-example): refactoring example to using Kratos S…
…elfService UI Node Docker image (ory#73)
Configuration menu - View commit details
-
Copy full SHA for e5179f8 - Browse repository at this point
Copy the full SHA e5179f8View commit details
Commits on Oct 18, 2023
-
feat: add flutter app Ory Network example (ory#82)
* feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception
Configuration menu - View commit details
-
Copy full SHA for 5f53cc5 - Browse repository at this point
Copy the full SHA 5f53cc5View commit details
Commits on Nov 3, 2023
-
feat: Sign In With Google and Apple (ory#84)
* feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * feat: sign in/up with google account on iOS * chore: add ios url scheme and web clientId * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: change package name and add auth packages * feat: add apple & google sign in * chore: delete unnecessary exception handling * feat: add flutter app Ory Network example (ory#82) * feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: delete unused assets and widgets * chore: remove misleading widget * Update README.md * Update README.md * chore: add formatting * chore: add formatting * chore: change package name * chore: delete build artifacts * chore: update gitignore * chore: add comment about web client id * chore: add Info.plist snippet to readme * chore: fix typo Co-authored-by: Jonas Hungershausen <jonas.hungershausen@gmail.com> * chore: fix format * chore: fix format --------- Co-authored-by: Jonas Hungershausen <jonas.hungershausen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea68946 - Browse repository at this point
Copy the full SHA ea68946View commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ffeec9e - Browse repository at this point
Copy the full SHA ffeec9eView commit details
Commits on Nov 24, 2023
-
feat: sign in/register with code in Flutter App (ory#85)
* fix: add traits to registration * feat: sign in with one-time code * feat: add register with code * chore: add node helper & show code nodes * fix: auth state transition * fix: avoid null expection on rebuild * chore: create helpers for input nodes * chore: add comments
Configuration menu - View commit details
-
Copy full SHA for 4aa769d - Browse repository at this point
Copy the full SHA 4aa769dView commit details
Commits on Dec 13, 2023
-
feat: add settings to Flutter App (ory#88)
* feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * feat: change password in settings * design: add padding to messages * feat: refresh session when updating settings * design: add assets' variants * feat: display settings dynamically * chore: create widgets * fix: chnge submit button value * chore: format code * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * feat: sign in/up with google account on iOS * chore: add ios url scheme and web clientId * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: delete unused assets & widgets * fix: remove pop & show provider buttons correctly * chore: separate exception handlings * chore: format code * chore: change package name and add auth packages * feat: add apple & google sign in * chore: delete unnecessary exception handling * feat: add flutter app Ory Network example (ory#82) * feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: delete unused assets and widgets * chore: remove misleading widget * Update README.md * Update README.md * chore: add formatting * chore: add formatting * chore: regenerate freezed files * fix: rebuild settings page or reset buttons * chore: refactor auth state & add missing social login functionality * chore: use helpers to get nodes of group * fix: reset settings when navigating back * chore: delete build artifacts * fix: typo Co-authored-by: Jonas Hungershausen <jonas.hungershausen@gmail.com> --------- Co-authored-by: Jonas Hungershausen <jonas.hungershausen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b23f3a2 - Browse repository at this point
Copy the full SHA b23f3a2View commit details
Commits on Dec 28, 2023
-
feat: add recovery flow to Flutter App (ory#89)
* feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * feat: change password in settings * design: add padding to messages * feat: refresh session when updating settings * design: add assets' variants * feat: display settings dynamically * chore: create widgets * fix: chnge submit button value * chore: format code * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * feat: sign in/up with google account on iOS * chore: add ios url scheme and web clientId * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: delete unused assets & widgets * fix: remove pop & show provider buttons correctly * chore: separate exception handlings * chore: format code * chore: change package name and add auth packages * feat: add apple & google sign in * chore: delete unnecessary exception handling * feat: add flutter app Ory Network example (ory#82) * feat: get current session information * feat: create login flow * feat: login with email and password * feat: register with email and password * fix: handle all errors incl deserialization error * feat: logout & get session on home page init * feat: show session information * feat: add design and refactor blocs * fix: change package and folder name * fix: change package name * docs: update README.md * refactor: delete unused icon * refactor: remove unused packages * chore: format code * refactor: add missing package and delete unused test * chore: display components dynamically * chore: clean up and format code * fix: aal2 navigation * chore: remove unnecessary code * chore: fix typo and rename variables * chore: separate exception handlings * fix: prevent null exception * chore: delete unused assets and widgets * chore: remove misleading widget * Update README.md * Update README.md * chore: add formatting * chore: add formatting * chore: regenerate freezed files * fix: rebuild settings page or reset buttons * chore: refactor auth state & add missing social login functionality * chore: use helpers to get nodes of group * fix: reset settings when navigating back * chore: delete build artifacts * feat: add recovery bloc * chore: add conditions for navigation * fix: update conditions * chore: add exception handling in reset settings & remove snackbar * chore: remove unused attributes
Configuration menu - View commit details
-
Copy full SHA for e61b862 - Browse repository at this point
Copy the full SHA e61b862View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e8850d - Browse repository at this point
Copy the full SHA 2e8850dView commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a085b65 - Browse repository at this point
Copy the full SHA a085b65View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d05b16 - Browse repository at this point
Copy the full SHA 0d05b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f52bb - Browse repository at this point
Copy the full SHA 65f52bbView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d360b0 - Browse repository at this point
Copy the full SHA 0d360b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538b4a6 - Browse repository at this point
Copy the full SHA 538b4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f97459 - Browse repository at this point
Copy the full SHA 1f97459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 303b2a0 - Browse repository at this point
Copy the full SHA 303b2a0View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a39dfe8 - Browse repository at this point
Copy the full SHA a39dfe8View commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c656f33 - Browse repository at this point
Copy the full SHA c656f33View commit details
Commits on Dec 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61c2214 - Browse repository at this point
Copy the full SHA 61c2214View commit details -
Configuration menu - View commit details
-
Copy full SHA for db141bc - Browse repository at this point
Copy the full SHA db141bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6dc23 - Browse repository at this point
Copy the full SHA 5e6dc23View commit details
Commits on Dec 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aec3af0 - Browse repository at this point
Copy the full SHA aec3af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 218eaa2 - Browse repository at this point
Copy the full SHA 218eaa2View commit details
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4499ff3 - Browse repository at this point
Copy the full SHA 4499ff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60bc516 - Browse repository at this point
Copy the full SHA 60bc516View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa33808 - Browse repository at this point
Copy the full SHA fa33808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049ef70 - Browse repository at this point
Copy the full SHA 049ef70View commit details
Commits on Feb 14, 2025
-
fix: moving from examples to awesome-ory (ory#97)
* fix: removing outdated examples * fix: remove redudant tests * fix: README * fix: readd gitignore
Configuration menu - View commit details
-
Copy full SHA for e4d4c9c - Browse repository at this point
Copy the full SHA e4d4c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7870cbd - Browse repository at this point
Copy the full SHA 7870cbdView commit details
Commits on Feb 18, 2025
-
fix: re-add blog examples (ory#100)
* chore: add ory description * chore: add logo * chore: pretty logo * fix: readd blog examples
Configuration menu - View commit details
-
Copy full SHA for 0f43f99 - Browse repository at this point
Copy the full SHA 0f43f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for be08dc6 - Browse repository at this point
Copy the full SHA be08dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc78f6 - Browse repository at this point
Copy the full SHA bfc78f6View commit details
Commits on Feb 19, 2025
-
fix: split examples and projects (ory#102)
* fix: split examples and projects * chore: toc update
Configuration menu - View commit details
-
Copy full SHA for 82ea57b - Browse repository at this point
Copy the full SHA 82ea57bView commit details
Commits on Feb 25, 2025
-
* fix: update README * fix: ARCHIVE.md * chore: remove 404s * chore: add old project * chore: update toc
Configuration menu - View commit details
-
Copy full SHA for 819c634 - Browse repository at this point
Copy the full SHA 819c634View commit details
Commits on Mar 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9785d92 - Browse repository at this point
Copy the full SHA 9785d92View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.