Welcome to Coding With Kyle! In this episode, Kyle walks through how to use the identity of the user calling the service, and use that user's unique Principal to ensure that only a given user can make changes to their own profile. Code for this episode: https://m7sm4-2iaaa-aaaab-qabra-cai.r... Access Control documentation: https://sdk.dfinity.org/docs/develope... 00:00 Intro 00:34 Principal type 01:37 Checking the caller 03:20 Refactoring Actor.create 05:40 Other methods 07:21 Testing it out 08:02 Handling AnonymousIdentity 10:50 Conclusion