Add base auth & ucan request flow (web only)
This commit is contained in:
parent
09b78a4634
commit
cef133031e
14 changed files with 1555 additions and 290 deletions
|
@ -14,7 +14,7 @@ export function Home({navigation}: RootTabsScreenProps<'Home'>) {
|
|||
title="Go to Jane's profile"
|
||||
onPress={() => navigation.navigate('Profile', {name: 'Jane'})}
|
||||
/>
|
||||
<Button title="Logout" onPress={() => store.session.setAuthed(false)} />
|
||||
<Button title="Logout" onPress={() => store.session.logout()} />
|
||||
</View>
|
||||
</Shell>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue