mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-02 23:53:18 +02:00
Added react-oidc (use demo/demo)
Added an example of an authentication protected page (tenders) Added an example with the built in proxy (to combat CORS) (tendersguru)
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"nav": {
|
||||
"home": "home",
|
||||
"about": "about",
|
||||
"counter": "counter"
|
||||
"counter": "counter",
|
||||
"tenders": "tenders (with auth)"
|
||||
},
|
||||
"about": {
|
||||
"title": "About"
|
||||
|
@@ -10,7 +10,8 @@
|
||||
"nav": {
|
||||
"home": "home",
|
||||
"about": "over ons",
|
||||
"counter": "teller"
|
||||
"counter": "teller",
|
||||
"tenders": "aanbestedingen (met auth)"
|
||||
},
|
||||
"about": {
|
||||
"title": "Over ons"
|
||||
|
Reference in New Issue
Block a user