4c78b51ec7
fix: merge conflicts. remove import in quickstart
2023-03-03 12:49:56 +01:00
719d2c3696
Merge pull request #630 from teamhanko/dependabot/npm_and_yarn/docs/eta-and-docusaurus/core-and-docusaurus/preset-classic-and-docusaurus/theme-common-2.0.1
...
chore(deps): bump eta, @docusaurus/core, @docusaurus/preset-classic and @docusaurus/theme-common in /docs
2023-03-03 11:30:22 +01:00
5d20650c09
chore: re-generate jsdoc ( #631 )
2023-03-03 11:18:55 +01:00
9cb8ae3614
chore(deps): bump eta, @docusaurus/core, @docusaurus/preset-classic and @docusaurus/theme-common
...
Bumps [eta](https://github.com/eta-dev/eta ) to 2.0.1 and updates ancestor dependencies [eta](https://github.com/eta-dev/eta ), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ) and [@docusaurus/theme-common](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-common ). These dependencies need to be updated together.
Updates `eta` from 1.12.3 to 2.0.1
- [Release notes](https://github.com/eta-dev/eta/releases )
- [Commits](https://github.com/eta-dev/eta/compare/v1.12.3...v2.0.1 )
Updates `@docusaurus/core` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.3.1/packages/docusaurus )
Updates `@docusaurus/preset-classic` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.3.1/packages/docusaurus-preset-classic )
Updates `@docusaurus/theme-common` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.3.1/packages/docusaurus-theme-common )
---
updated-dependencies:
- dependency-name: eta
dependency-type: indirect
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:production
- dependency-name: "@docusaurus/theme-common"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 10:08:34 +00:00
b12852737c
Add hanko profile to example apps ( #618 )
2023-03-03 11:06:23 +01:00
e7a5c2df27
Feat: Add logout method to sdk ( #566 )
...
* Add endpoint to invalidate HTTP-Only cookie from the backend
* Add methods to the UserClient SDK for logout
* Remove session token fetch and add unit test for logout
* Update public router to use JWT middleware
* Add logout button to frontend. Route back to login page once logout is successful.
* Add a logout failur event
* Update logout logic in SDK
* Remove unneeded endpoint from main.go
* Update logoutlink reference
* Fix request path; undo change in package order
* Update common.css to incldue hanko-logout
* feat(fronend-sdk): remove cookie during cross-domain operations
* fix(frontend-sdk): No unauthorized error during logout, when the user is already logged out
* feat(backend): Create an audit log entry when the user logs off
* chore(frontend-sdk): re-generate jsdoc
* fix: Adjust logout response codes and the corresponding frontend sdk error handling
* chore(frontend-sdk): re-generate jsdoc
* feat: add logout endpoint specification to the docs
* Fix broken unit test
* Remove logout button from elements
* Add event listener on frontend to call the logout method from SDK
* Rollback changes to SecuredContent on e2e tests
* Update logout test on user
* Update quickstart/public/assets/css/common.css
Co-authored-by: bjoern-m <56024829+bjoern-m@users.noreply.github.com>
---------
Co-authored-by: Björn Müller <bjoern.mueller@hanko.io>
Co-authored-by: bjoern-m <56024829+bjoern-m@users.noreply.github.com>
2023-03-03 10:48:33 +01:00
0d97234f24
chore: reintroduce docs/package-lock.json
2023-03-01 10:50:07 +01:00
11362cf006
fix: fix merge conflicts
2023-02-28 15:47:33 +01:00
b97f051009
Feat: display last used time of WebAuthn credentials ( #600 )
...
* display last used time of the webauthn credentials
2023-02-27 10:52:52 +01:00
0d3240b21d
fix: adding docs made the nextjs build broken. now it is working again
2023-02-24 14:54:29 +01:00
ceeb1abdd1
Merge pull request #597 from teamhanko/feat-update-examples
...
Feat update examples
2023-02-23 17:05:09 +01:00
eec7a473a5
feat: add third party integrations
...
add third party integrations
2023-02-23 13:05:05 +01:00
dda7818ab7
docs: update new import path in guides
2023-02-23 12:25:29 +01:00
4fb31029e7
doc: document metrics endpoint in admin api
2023-02-14 22:18:08 +01:00
57c4cbd62f
chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs
...
Bumps [@sideway/formula](https://github.com/sideway/formula ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases )
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@sideway/formula"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 06:20:31 +00:00
429b6d48db
Merge pull request #556 from teamhanko/feat-admin-users-order
...
feat: add sort_direction query for user list
2023-02-07 09:47:34 +01:00
b9d5bf7a14
chore: rename order query parameter
2023-02-07 09:16:50 +01:00
bc24258952
feat: add order query for user list
2023-02-06 15:51:58 +01:00
5f5315e2fc
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 16:41:44 +00:00
8e25bff45d
Adjust method to parse the retry after header ( #524 )
...
* fix(frontend-sdk): correct method to parse the retry after header and add tests
2023-01-27 10:50:11 +01:00
1a4f2bf81b
docs: fix admin spec
2023-01-26 17:08:26 +01:00
7f031eccf0
docs: remove removed query from admin spec
2023-01-26 17:07:17 +01:00
b129bfc407
Merge branch 'main' into feat-add-user-admin-endpoints
2023-01-26 12:09:30 +01:00
dcd42946c9
docs: update admin spec
2023-01-26 12:04:27 +01:00
07a4dd4d02
Merge pull request #505 from teamhanko/dependabot/npm_and_yarn/docs/ua-parser-js-0.7.33
...
chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /docs
2023-01-25 18:21:05 +01:00
c7ef0e9ff1
Merge pull request #481 from teamhanko/dependabot/npm_and_yarn/docs/json5-2.2.3
...
chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs
2023-01-25 18:18:59 +01:00
9518ef884a
chore(deps): bump minimatch, recursive-readdir and serve-handler
...
Bumps [minimatch](https://github.com/isaacs/minimatch ), [recursive-readdir](https://github.com/jergason/recursive-readdir ) and [serve-handler](https://github.com/zeit/serve-handler ). These dependencies needed to be updated together.
Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/jergason/recursive-readdir/releases )
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3 )
Updates `serve-handler` from 6.1.3 to 6.1.5
- [Release notes](https://github.com/zeit/serve-handler/releases )
- [Commits](https://github.com/zeit/serve-handler/compare/6.1.3...6.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
- dependency-name: recursive-readdir
dependency-type: indirect
- dependency-name: serve-handler
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 10:55:07 +00:00
721fb16aff
chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /docs
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 0.7.32 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...0.7.33 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 09:56:00 +00:00
ca62cf421f
feat: introduce hanko profile element and related api changes ( #495 )
...
* feat: introduce hanko profile element and related api changes
2023-01-25 10:55:23 +01:00
cdee91d7da
feat: add query parameter for searching audit logs
2023-01-12 17:28:09 +01:00
4dbcc63cdf
chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 06:37:18 +00:00
3985f74d7d
minor text changes
2022-12-16 16:54:25 +01:00
3b49dfd67e
chore: apply suggestions from code review
...
Co-authored-by: lfleischmann <67686424+lfleischmann@users.noreply.github.com>
2022-12-16 13:42:53 +01:00
d4f0f462bd
docs: fix mobile guide description
2022-12-16 12:09:47 +01:00
ccac37015c
docs: add a simple guide for mobile
2022-12-16 12:07:50 +01:00
44d4c2ad7a
docs: fix typo in svelte guide
2022-12-07 10:51:49 +01:00
b4fa8db8b8
feat(examples): add svelte example
2022-12-05 16:14:00 +01:00
2076665715
docs: add hint to hanko cloud in intro and api url info in frontend guides
2022-11-24 15:20:47 +01:00
183351da70
docs: remove announcement bar
2022-11-24 10:41:00 +01:00
1f6edcf6de
feat: remove platform attachment requirement on registration
2022-11-23 14:57:36 +01:00
3a238ae1e4
docs: fix code examples in react guide
2022-11-22 14:36:58 +01:00
66c7eb58c9
chore: update admin api spec
2022-11-17 14:15:42 +01:00
7ef0a52c64
docs: fix links to elements readme in frontend guides
2022-11-16 10:54:22 +01:00
5babea4117
chore(deps): bump loader-utils from 2.0.3 to 2.0.4 in /docs
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 07:36:21 +00:00
2bcc3f5edd
chore(deps): bump loader-utils from 2.0.2 to 2.0.3 in /docs
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 08:30:54 +00:00
31dfa026c8
docs: set api spec version
2022-11-01 14:35:28 +01:00
a8a4830ce3
fix: conditional ui promise issues
2022-10-21 14:26:19 +02:00
7d12918b09
docs: misc api spec fixes, adjustments ( #303 )
2022-10-17 11:17:41 +02:00
0b0885bf03
Merge pull request #185 from teamhanko/add-audit-logs
...
feat: add audit logs
2022-10-13 13:40:38 +02:00
302ffaf701
test: add frontend sdk tests ( #266 )
2022-10-13 12:37:05 +02:00