Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jakartaee auth0 #1332

Closed
wants to merge 40 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d2f6666
blog post QA'd and grammar checked
moksamedia Jan 24, 2023
80d0440
updated
moksamedia Jan 24, 2023
e15eff1
updated meta
moksamedia Jan 24, 2023
84f0c03
added images
moksamedia Jan 24, 2023
9023e34
revert mistaken edit in wrong branch
moksamedia Feb 7, 2023
3ac2239
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
a22608b
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
27b881e
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
4ef5a00
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
daca563
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
8c93e03
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
4d34d43
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
84668ca
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
3182611
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
cf15c77
Update _source/_posts/2023-01-24-jakartaee-auth0.md
moksamedia Feb 7, 2023
9a02045
integrating QA
moksamedia Feb 7, 2023
ef68902
updates from review
moksamedia Feb 7, 2023
07a1796
Polishing
mraible Feb 14, 2023
2a6b83d
Revert changelog changes
mraible Feb 14, 2023
6203569
Merge branch 'main' into jakartaee-auth0
Feb 14, 2023
3183341
Apply suggestions from code review
Feb 14, 2023
55fbaa4
Remove unused variable.
Feb 14, 2023
dfb21ba
Polishing
Feb 14, 2023
47b1639
Rename openIdConfig to oidcConfig
Feb 14, 2023
7b4be10
Grammarly
mraible Feb 14, 2023
c9accca
qa updates
moksamedia Feb 19, 2023
5944354
QA updates
moksamedia Feb 19, 2023
76508a7
Merge branch 'jakartaee-auth0' of github.com:moksamedia/okta-blog int…
moksamedia Feb 19, 2023
e30c883
Restore some code review items
mraible Feb 19, 2023
8cbc894
Fix example repo URL
mraible Feb 19, 2023
7731931
Merge branch 'main' into jakartaee-auth0
Feb 23, 2023
8a97a20
Merge branch 'main' into jakartaee-auth0
Feb 23, 2023
f536638
Fix filename
mraible Feb 23, 2023
7badd97
Change formatting to match my IntelliJ settings
mraible Feb 23, 2023
3c5b6d0
2nd round of QA updates
moksamedia Feb 26, 2023
238321e
Polishing of JWT validation section
Feb 28, 2023
cd898f4
Polishing
mraible Feb 28, 2023
6951aee
Update links
mraible Mar 3, 2023
9e9e1c3
Relative links
mraible Mar 3, 2023
6451775
Merge branch 'main' into jakartaee-auth0
Mar 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion _source/_posts/2022-08-19-build-crud-spring-and-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ github: https://github.com/oktadev/okta-spring-boot-vue-crud-example
changelog:
- 2023-01-20: Updated post to add Auth0 and use Spring Boot 3.0. You can find the changes to this post in [okta-blog#1284](https://github.com/oktadev/okta-blog/pull/1284). Example app changes can be found in [okta-spring-boot-vue-crud-example#6](https://github.com/oktadev/okta-spring-boot-vue-crud-example/pull/6).
---

moksamedia marked this conversation as resolved.
Show resolved Hide resolved
You will use Vue and Spring Boot to build a todo list web application. The application will include CRUD abilities, meaning that you can **c**reate, **r**ead, **u**pdate, and **d**elete the todo items on the Spring Boot API via the client. The Vue frontend client will use the Quasar framework for the presentation. OAuth 2.0 and OpenID Connect (OIDC) will secure the Spring Boot API and the Vue client, initially by using Okta as the security provider. Then, at the end of the tutorial, you will also see how to use Auth0 as the security provider.

{% img blog/spring-boot-vue3/spring-and-vue.png alt:"Spring Boot, Vue, and Okta logos" width:"500" %}{: .center-image }
Expand Down
545 changes: 545 additions & 0 deletions _source/_posts/2023-01-24-jakartaee-auth0.md

Large diffs are not rendered by default.