From 37687ea3adfe8e1bbfed33e778ba2db91558da7c Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sat, 2 Sep 2023 22:16:10 +0300 Subject: [PATCH] m --- pl/cross/cheatsheet.txt | 1 + pl/web/css/docs/cheatsheet.txt | 6 ++++ pl/web/css/docs/reference.txt | 5 ++- pl/web/css/docs/tricks.txt | 1 + pl/web/css/features/flexbox.txt | 7 ++++ pl/web/css/features/grid/docs/cheatsheet.txt | 2 ++ pl/web/css/features/grid/docs/guide.txt | 3 ++ pl/web/css/frameworks/tailwind.txt | 3 ++ pl/web/html/docs/cheatsheet.txt | 1 + pl/web/html/docs/reference.txt | 1 + security/oauth/auth0/auth0.txt | 1 + security/oauth/auth0/features/misc.txt | 4 +++ .../oauth/auth0/features/user-profiles.txt | 1 + security/oauth/auth0/integration/firebase.txt | 7 ++++ security/oauth/okta/okta.txt | 33 +++++++++++++++++++ 15 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 pl/web/html/docs/cheatsheet.txt create mode 100644 security/oauth/auth0/features/misc.txt create mode 100644 security/oauth/auth0/features/user-profiles.txt create mode 100644 security/oauth/auth0/integration/firebase.txt create mode 100644 security/oauth/okta/okta.txt diff --git a/pl/cross/cheatsheet.txt b/pl/cross/cheatsheet.txt index d24e76a77..ba5a357f9 100644 --- a/pl/cross/cheatsheet.txt +++ b/pl/cross/cheatsheet.txt @@ -1 +1,2 @@ https://devhints.io/ +https://quickref.me/ diff --git a/pl/web/css/docs/cheatsheet.txt b/pl/web/css/docs/cheatsheet.txt index db20f52e3..a25460ca2 100644 --- a/pl/web/css/docs/cheatsheet.txt +++ b/pl/web/css/docs/cheatsheet.txt @@ -1,5 +1,11 @@ +https://quickref.me/css3.html https://adam-marsden.co.uk/css-cheat-sheet +https://devhints.io/css + +selectors +https://frontend30.com/css-selectors-cheatsheet/ 2018 http://css-live.ru/css/pravilnaya-shpargalka-po-css-kaskadu.html https://medium.com/level-up-web/the-ultimate-guide-to-css-103b0f883de3 + list diff --git a/pl/web/css/docs/reference.txt b/pl/web/css/docs/reference.txt index 6de8367cd..71011dbee 100644 --- a/pl/web/css/docs/reference.txt +++ b/pl/web/css/docs/reference.txt @@ -1,2 +1,5 @@ -https://cssreference.io/ +https://developer.mozilla.org/en-US/docs/Web/CSS +https://www.w3schools.com/cssref/css_functions.php https://tympanus.net/codrops/css_reference/ + +https://cssreference.io/ diff --git a/pl/web/css/docs/tricks.txt b/pl/web/css/docs/tricks.txt index 92a3ff992..5d5bd30bb 100644 --- a/pl/web/css/docs/tricks.txt +++ b/pl/web/css/docs/tricks.txt @@ -1,4 +1,5 @@ https://css-tricks.com/ + http://www.thefloatingfrog.co.uk/frog-blog/2008/09/10-css-shorthand-techniques-youll-use-everyday/ http://www.cssnolanche.com.br/quotes-com-css/ http://www.noupe.com/better-design/7-css-hacks-you-cannt-live-without.html diff --git a/pl/web/css/features/flexbox.txt b/pl/web/css/features/flexbox.txt index d1697ac15..80ee6e1da 100644 --- a/pl/web/css/features/flexbox.txt +++ b/pl/web/css/features/flexbox.txt @@ -1,10 +1,17 @@ +https://drafts.csswg.org/css-flexbox/ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox +https://www.sketchingwithcss.com/samplechapter/cheatsheet.html +https://css-tricks.com/snippets/css/a-guide-to-flexbox/ + a lot of links 2021 webDev - CSS Flexbox Full Course ru of 59:56 https://www.youtube.com/watch?v=XXlw7TUxRVY https://github.com/YauhenKavalchuk/css-flexbox ! need to look +2020 +https://www.digitalocean.com/community/cheatsheets/css-flexbox +https://www.digitalocean.com/community/tutorials/css-centering-using-flexbox 2019 http://www.heydonworks.com/article/the-flexbox-holy-albatross 2018 diff --git a/pl/web/css/features/grid/docs/cheatsheet.txt b/pl/web/css/features/grid/docs/cheatsheet.txt index 872fce922..1c3f9d860 100644 --- a/pl/web/css/features/grid/docs/cheatsheet.txt +++ b/pl/web/css/features/grid/docs/cheatsheet.txt @@ -1,2 +1,4 @@ +https://grid.malven.co/ + 2021 https://dev.to/joyshaheb/css-grid-cheat-sheet-illustrated-in-2021-1a3 diff --git a/pl/web/css/features/grid/docs/guide.txt b/pl/web/css/features/grid/docs/guide.txt index 87cc92bbc..9ef9c0703 100644 --- a/pl/web/css/features/grid/docs/guide.txt +++ b/pl/web/css/features/grid/docs/guide.txt @@ -1 +1,4 @@ https://learncssgrid.com/ + +2023 +https://css-tricks.com/snippets/css/complete-guide-grid/ diff --git a/pl/web/css/frameworks/tailwind.txt b/pl/web/css/frameworks/tailwind.txt index 048bc6f85..3f6962c0b 100644 --- a/pl/web/css/frameworks/tailwind.txt +++ b/pl/web/css/frameworks/tailwind.txt @@ -9,6 +9,9 @@ https://tailwindui.com/ https://tailwindui.com/documentation https://tailwindui.com/components +cheatsheet +https://nerdcave.com/tailwind-cheat-sheet + 2022 freeCodeCamp - Learn Tailwind CSS – Course for Beginners 0:00 of 4:12:17 https://www.youtube.com/watch?v=ft30zcMlFao diff --git a/pl/web/html/docs/cheatsheet.txt b/pl/web/html/docs/cheatsheet.txt new file mode 100644 index 000000000..a8b9f1276 --- /dev/null +++ b/pl/web/html/docs/cheatsheet.txt @@ -0,0 +1 @@ +https://quickref.me/html diff --git a/pl/web/html/docs/reference.txt b/pl/web/html/docs/reference.txt index 225cb7dc2..cded9bade 100644 --- a/pl/web/html/docs/reference.txt +++ b/pl/web/html/docs/reference.txt @@ -1 +1,2 @@ +https://developer.mozilla.org/en-US/docs/Web/HTML/Reference https://html5book.ru/css-spravochnik.html diff --git a/security/oauth/auth0/auth0.txt b/security/oauth/auth0/auth0.txt index ea09949af..21a8c1386 100644 --- a/security/oauth/auth0/auth0.txt +++ b/security/oauth/auth0/auth0.txt @@ -1,3 +1,4 @@ +https://auth0.com/blog/ https://auth0-extensions.github.io/canirequire/ https://auth0.com/docs/libraries/auth0js diff --git a/security/oauth/auth0/features/misc.txt b/security/oauth/auth0/features/misc.txt new file mode 100644 index 000000000..2a172697f --- /dev/null +++ b/security/oauth/auth0/features/misc.txt @@ -0,0 +1,4 @@ +https://auth0.com/docs/get-started/auth0-overview/create-tenants +https://auth0.com/docs/quickstart/backend/java-spring-security5/01-authorization +https://auth0.com/docs/authenticate/login/auth0-universal-login +https://auth0.com/docs/customize/log-streams/custom-log-streams diff --git a/security/oauth/auth0/features/user-profiles.txt b/security/oauth/auth0/features/user-profiles.txt new file mode 100644 index 000000000..9a0cc1eda --- /dev/null +++ b/security/oauth/auth0/features/user-profiles.txt @@ -0,0 +1 @@ +https://auth0.com/docs/manage-users/user-accounts/user-profiles diff --git a/security/oauth/auth0/integration/firebase.txt b/security/oauth/auth0/integration/firebase.txt new file mode 100644 index 000000000..660bfc8cb --- /dev/null +++ b/security/oauth/auth0/integration/firebase.txt @@ -0,0 +1,7 @@ +2022 +https://auth0.com/blog/complete-guide-to-angular-user-authentication/ +https://auth0.com/blog/complete-guide-to-angular-user-authentication/ +2021 +https://medium.com/@christophergsell/incorporating-auth0-with-a-firebase-backend-8cf042f4670 +2018 +https://auth0.com/blog/developing-real-time-apps-with-firebase-and-firestore/ diff --git a/security/oauth/okta/okta.txt b/security/oauth/okta/okta.txt new file mode 100644 index 000000000..9b85f0123 --- /dev/null +++ b/security/oauth/okta/okta.txt @@ -0,0 +1,33 @@ +https://developer.okta.com/docs/reference/api/oidc/#endpoints +https://developer.okta.com/blog/2023/04/26/java-jetty-oauth + +https://developer.okta.com/blog/2022/08/05/spring-boot-saml +https://developer.okta.com/blog/2022/06/16/oauth-java +https://developer.okta.com/blog/2022/05/25/java-rest-api-spring-boot +https://developer.okta.com/blog/2022/04/11/java-cli-device-grant +https://developer.okta.com/blog/2022/02/01/spring-cloud-contract +https://developer.okta.com/blog/2022/01/31/local-https-java + +https://developer.okta.com/blog/2021/07/30/spring-webclient +https://developer.okta.com/blog/2021/05/19/spring-security-testing +https://developer.okta.com/blog/2021/05/05/client-credentials-spring-security + +https://developer.okta.com/blog/2020/11/24/spring-boot-okta + +https://developer.okta.com/blog/2019/10/30/java-oauth2 +https://developer.okta.com/blog/2019/10/21/illustrated-guide-to-oauth-and-oidc +https://developer.okta.com/blog/2019/06/20/spring-preauthorize +https://developer.okta.com/blog/2019/05/15/spring-boot-login-options +https://developer.okta.com/blog/2019/03/12/oauth2-spring-security-guide +https://developer.okta.com/blog/2019/01/23/nobody-cares-about-oauth-or-openid-connect + +https://developer.okta.com/blog/2018/12/18/secure-spring-rest-api +https://developer.okta.com/blog/2018/10/16/token-auth-for-java +https://developer.okta.com/blog/2018/09/26/build-a-spring-boot-webapp +https://developer.okta.com/blog/2018/07/16/oauth-2-command-line + +https://developer.okta.com/blog/2017/12/18/spring-security-5-oidc +https://developer.okta.com/blog/2017/08/01/oidc-primer-part-3 +https://developer.okta.com/blog/2017/07/25/oidc-primer-part-2 +https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1 +https://developer.okta.com/blog/2017/06/21/what-the-heck-is-oauth