What is the difference between OAuth Assistant and OAuth Tools ?
@Curity Жыл бұрын
OAuth Tools is a generic tool that can be used to run several types of flows as an OAuth Client. It is for testing/demo purposes. It can "talk" to any public authorization server and its main goal is for people to use it as a learning/testing tool. The OAuth Assistant is a library that can be integrated into your application to act as an OAuth Client itself (either for testing or even for production use cases). The OAuth Assistant Example shown here is a mini website that integrates the library and has some extra demo/test quality information with the buttons on the right to showcase some of the functionality the library adds.