feat: add auth support (default and paia)

This commit is contained in:
Michel Jonathan Schmitz
2022-01-24 18:43:00 +00:00
committed by Jovan Krunić
parent 046a95ba1d
commit b5f239ea4e
85 changed files with 3626 additions and 119 deletions

View File

@@ -30478,7 +30478,7 @@ export const sampleResources = [{
'steps': [
{
'type': 'location',
'location': '#/b-tu/main'
'location': '/b-tu/main'
},
{
'type': 'tooltip',
@@ -30494,7 +30494,7 @@ export const sampleResources = [{
'text': 'Öffne die Suche.',
'resolved': {
'location': {
'is': '#/b-tu/search'
'is': '/b-tu/search'
}
},
'position': 'bottom'
@@ -30529,7 +30529,7 @@ export const sampleResources = [{
'text': 'Klicke auf eine Veranstaltung...',
'resolved': {
'location': {
'match': '#/b-tu/data/detail/Event'
'match': '/b-tu/data/detail/Event'
}
},
'position': 'top'
@@ -30553,7 +30553,7 @@ export const sampleResources = [{
'text': 'Öffne deinen Stundenplan.',
'resolved': {
'location': {
'is': '#/b-tu/events'
'is': '/b-tu/events'
}
},
'position': 'right'
@@ -30585,7 +30585,7 @@ export const sampleResources = [{
'steps': [
{
'type': 'location',
'location': '#/b-tu/main'
'location': '/b-tu/main'
},
{
'type': 'tooltip',
@@ -30632,7 +30632,7 @@ export const sampleResources = [{
'text': 'Das ist das Widget, dass dir die Speisepläne deiner favorisierten Essensorte anzeigt. Klicke auf "Essensorte", um zur Übersicht der Essensorte zu gelangen.',
'resolved': {
'location': {
'is': '#/b-tu/places?types=FoodEstablishment'
'is': '/b-tu/places?types=FoodEstablishment'
}
}
},
@@ -30642,7 +30642,7 @@ export const sampleResources = [{
'text': 'Wähle die "Mathe Cafeteria" aus, um sie zu favorisieren.',
'resolved': {
'location': {
'is': '#/b-tu/map?place=MA%20Mathe%20Cafeteria'
'is': '/b-tu/map?place=MA%20Mathe%20Cafeteria'
}
}
},
@@ -30668,7 +30668,7 @@ export const sampleResources = [{
'text': 'Klicke auf das TU-Logo oder "StApps", um zur Startseite zurückzukehren.',
'resolved': {
'location': {
'is': '#/b-tu/main'
'is': '/b-tu/main'
}
}
},
@@ -30691,7 +30691,7 @@ export const sampleResources = [{
'text': 'Öffne deine Favoriten.',
'resolved': {
'location': {
'is': '#/b-tu/favorites'
'is': '/b-tu/favorites'
}
}
},