- Fixed old
pb.authStore.isAdmin
/pb.authStore.isAuthRecord
getters and marked them as deprecated in favour ofpb.authStore.isSuperuser
(#323).
Note that with PocketBase v0.23.0 superusers are converted to a system auth collection so you can always simply check the value ofpb.authStore.record?.collectionName
.