I'm a novice and this is the first time I'm making an API in php. I want to set up a system that will allow me to generate key pairs (public and private) for the users who want to use my api.
I also need to be able to check if the api keys provided by the users are valid. I really want to learn this, native php code snippets will really help me.
Thank you for helping me.